Shades of Dark Violet #7602DC
Tints of Dark Violet #7602DC
RGB
CMYK
RGB Variations
Color information
#7602DC (or 0x7602DC) is known color: Dark Violet. HEX triplet: 76, 02 and DC. RGB value is (118,2,220). Sum of RGB (Red+Green+Blue) = 118+2+220=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #7602DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7602DC is #89FD23. Grayscale: #3C3C3C. Windows color (decimal): -9043236 or 14418550. OLE color: 14418550.
HSL color Cylindrical-coordinate representation of color #7602DC: hue angle of 271.93º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7602DC is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 2 | 220 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.14 |
| HSL | 271.93º | 0.98% | 0.44% | - |
| HSV(B) | 271.93º | 0.99% | 0.86% | - |
| XYZ | 20.41 | 9.06 | 68.38 | - |
| YUV | 61.54 | 217.43 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 220 | 0.46 | 0.99 | 0 | 0.14 | 271.93 | 0.98 | 0.44 |
| Hex | 76 | 2 | DC | 2E | 63 | 0 | E | 110 | 62 | 2C |
| Octal | 166 | 2 | 334 | 56 | 143 | 0 | 16 | 420 | 142 | 54 |
| Binary | 1110110 | 10 | 11011100 | 101110 | 1100011 | 0 | 1110 | 100010000 | 1100010 | 101100 |
Color Harmonies of #7602DC
Complementary color
Monochromatic Colors of #7602DC
Black with #7602DC
Text Example
Text Example
White with #7602DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7602DC; }
p { color: rgb(118,2,220); }
H1.HeaderClassName
{
color: #7602DC;
}
.AnyTagClassName
{
color: #7602DC;
}
</style>
background-color css
<style>
a { background-color: #7602DC; }
a { background-color: rgb(118,2,220); }
div.DivClassName
{
background-color: #7602DC;
}
.BgClassName
{
background-color: #7602DC;
}
</style>
border-color css
<style>
span { border-color: #7602DC; }
span { border-color: rgb(118,2,220); }
td.TdClassName
{
border-color: #7602DC;
}
.TagClassName
{
border-color: #7602DC;
}
</style>