Shades of Dark Violet #7602E0
Tints of Dark Violet #7602E0
RGB
CMYK
RGB Variations
Color information
#7602E0 (or 0x7602E0) is known color: Dark Violet. HEX triplet: 76, 02 and E0. RGB value is (118,2,224). Sum of RGB (Red+Green+Blue) = 118+2+224=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 224 (87.89% from 255 or 65.12% from 344); Max value from RGB is 224 - color contains mainly: blue. Hex color #7602E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7602E0 is #89FD1F. Grayscale: #3D3D3D. Windows color (decimal): -9043232 or 14680694. OLE color: 14680694.
HSL color Cylindrical-coordinate representation of color #7602E0: hue angle of 271.35º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7602E0 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 2 | 224 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.12 |
| HSL | 271.35º | 0.98% | 0.44% | - |
| HSV(B) | 271.35º | 0.99% | 0.88% | - |
| XYZ | 20.95 | 9.28 | 71.21 | - |
| YUV | 61.99 | 219.43 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 224 | 0.47 | 0.99 | 0 | 0.12 | 271.35 | 0.98 | 0.44 |
| Hex | 76 | 2 | E0 | 2F | 63 | 0 | C | 10F | 62 | 2C |
| Octal | 166 | 2 | 340 | 57 | 143 | 0 | 14 | 417 | 142 | 54 |
| Binary | 1110110 | 10 | 11100000 | 101111 | 1100011 | 0 | 1100 | 100001111 | 1100010 | 101100 |
Color Harmonies of #7602E0
Complementary color
Monochromatic Colors of #7602E0
Black with #7602E0
Text Example
Text Example
White with #7602E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7602E0; }
p { color: rgb(118,2,224); }
H1.HeaderClassName
{
color: #7602E0;
}
.AnyTagClassName
{
color: #7602E0;
}
</style>
background-color css
<style>
a { background-color: #7602E0; }
a { background-color: rgb(118,2,224); }
div.DivClassName
{
background-color: #7602E0;
}
.BgClassName
{
background-color: #7602E0;
}
</style>
border-color css
<style>
span { border-color: #7602E0; }
span { border-color: rgb(118,2,224); }
td.TdClassName
{
border-color: #7602E0;
}
.TagClassName
{
border-color: #7602E0;
}
</style>