Color: #773CEC
#773CEC Color Information
#773CEC is a dark color. The closest websafe version is #773CEC. A complement of this color would be #B1EC3C, perceived brightness is 0.38, and the grayscale version is #949494.
In the HSL color space, this color has a hue angle of 260°,a saturation of 82%, and a lightness of 58%.The HSV representation shows a hue of 260°, a saturation of 100%, and a value of 100%.
In a RGB color space, #773CEC is composed of 47% red, 24% green and 93% blue. Whereas in a CMYK color space, it is composed of 50% cyan, 75% magenta, 0% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 12.43, x: 0.2298, and y: 0.1311.
Color Code #773CEC
Shades of Color #773CEC
Shades are created by darkening the original color #773CEC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #773CEC
Tints are created by lightening the original color #773CEC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #773CEC Color Code
In the HSL color space, this color has a hue angle of 260°, a saturation of 82%, and a lightness of 58%. The HSV representation shows a hue of 260°, a saturation of 75%, and a value of 93%.
- HEX: #773CEC
- RGB: rgb(119, 60, 236)
- HSL: hsl(260, 82%, 58%)
- HSV: hsv(260, 75%, 93%)
- CMYK: 50.00% cyan, 75.00% magenta, 0.00% yellow, 7.00% black
- XYZ: 21.79, 12.43, 60.60
- Yxy: 12.43, 0.2298, 0.1311
- Hunter Lab: 41.89, 55.01, -80.63
- CIE-Lab: 41.89, 55.01, -80.63
In the XYZ color space, this color is represented as X: 21.79, Y: 12.43, Z: 60.60. The Yxy representation further refines this as Y: 12.43, x: 0.2298, and y: 0.1311.
In the Hunter Lab color space, this color is represented as L: 41.89, a: 55.01, and b: -80.63. Similarly, in the CIE-Lab color space, it is represented as L: 41.89, a: 55.01, and b: -80.63.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #773CEC
Triadic colors are three colors evenly spaced around the color wheel, including #773CEC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #773CEC
Monochromatic colors are variations of #773CEC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #773CEC
The complementary color of #773CEC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #773CEC
/* Using HEX */ body { background-color: #773cec; }
/* Using RGB */ body { background-color: rgb(119, 60, 236); }
/* Using RGB with opacity */ body { background-color: rgba(119, 60, 236, 0.5); }
/* Using HSL */ body { background-color: hsl(260, 82%, 58%); }
/* Text color */ p { color: #773cec; }
/* Box shadow */ div { box-shadow: 4px 4px #773cec; }
HTML Examples of #773CEC
<!-- Using HEX --> <div style="background-color: #773cec; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(119, 60, 236); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(119, 60, 236, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(260, 82%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #773cec;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #773cec; width: 100px; height: 100px;"></div>
Related Colors of #773CEC
These colors are similar to #773CEC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.