Shades of Dark Violet #7602DE
Tints of Dark Violet #7602DE
RGB
CMYK
RGB Variations
Color information
#7602DE (or 0x7602DE) is known color: Dark Violet. HEX triplet: 76, 02 and DE. RGB value is (118,2,222). Sum of RGB (Red+Green+Blue) = 118+2+222=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 222 (87.11% from 255 or 64.91% from 342); Max value from RGB is 222 - color contains mainly: blue. Hex color #7602DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7602DE is #89FD21. Grayscale: #3D3D3D. Windows color (decimal): -9043234 or 14549622. OLE color: 14549622.
HSL color Cylindrical-coordinate representation of color #7602DE: hue angle of 271.64º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7602DE is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 2 | 222 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.13 |
| HSL | 271.64º | 0.98% | 0.44% | - |
| HSV(B) | 271.64º | 0.99% | 0.87% | - |
| XYZ | 20.68 | 9.17 | 69.79 | - |
| YUV | 61.76 | 218.43 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 222 | 0.47 | 0.99 | 0 | 0.13 | 271.64 | 0.98 | 0.44 |
| Hex | 76 | 2 | DE | 2F | 63 | 0 | D | 110 | 62 | 2C |
| Octal | 166 | 2 | 336 | 57 | 143 | 0 | 15 | 420 | 142 | 54 |
| Binary | 1110110 | 10 | 11011110 | 101111 | 1100011 | 0 | 1101 | 100010000 | 1100010 | 101100 |
Color Harmonies of #7602DE
Complementary color
Monochromatic Colors of #7602DE
Black with #7602DE
Text Example
Text Example
White with #7602DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7602DE; }
p { color: rgb(118,2,222); }
H1.HeaderClassName
{
color: #7602DE;
}
.AnyTagClassName
{
color: #7602DE;
}
</style>
background-color css
<style>
a { background-color: #7602DE; }
a { background-color: rgb(118,2,222); }
div.DivClassName
{
background-color: #7602DE;
}
.BgClassName
{
background-color: #7602DE;
}
</style>
border-color css
<style>
span { border-color: #7602DE; }
span { border-color: rgb(118,2,222); }
td.TdClassName
{
border-color: #7602DE;
}
.TagClassName
{
border-color: #7602DE;
}
</style>