Shades of Dark Violet #7602CC
Tints of Dark Violet #7602CC
RGB
CMYK
RGB Variations
Color information
#7602CC (or 0x7602CC) is known color: Dark Violet. HEX triplet: 76, 02 and CC. RGB value is (118,2,204). Sum of RGB (Red+Green+Blue) = 118+2+204=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #7602CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7602CC is #89FD33. Grayscale: #3B3B3B. Windows color (decimal): -9043252 or 13369974. OLE color: 13369974.
HSL color Cylindrical-coordinate representation of color #7602CC: hue angle of 274.46º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7602CC is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 2 | 204 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.2 |
| HSL | 274.46º | 0.98% | 0.4% | - |
| HSV(B) | 274.46º | 0.99% | 0.8% | - |
| XYZ | 18.39 | 8.25 | 57.75 | - |
| YUV | 59.71 | 209.43 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 204 | 0.42 | 0.99 | 0 | 0.2 | 274.46 | 0.98 | 0.4 |
| Hex | 76 | 2 | CC | 2A | 63 | 0 | 14 | 112 | 62 | 28 |
| Octal | 166 | 2 | 314 | 52 | 143 | 0 | 24 | 422 | 142 | 50 |
| Binary | 1110110 | 10 | 11001100 | 101010 | 1100011 | 0 | 10100 | 100010010 | 1100010 | 101000 |
Color Harmonies of #7602CC
Complementary color
Monochromatic Colors of #7602CC
Black with #7602CC
Text Example
Text Example
White with #7602CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7602CC; }
p { color: rgb(118,2,204); }
H1.HeaderClassName
{
color: #7602CC;
}
.AnyTagClassName
{
color: #7602CC;
}
</style>
background-color css
<style>
a { background-color: #7602CC; }
a { background-color: rgb(118,2,204); }
div.DivClassName
{
background-color: #7602CC;
}
.BgClassName
{
background-color: #7602CC;
}
</style>
border-color css
<style>
span { border-color: #7602CC; }
span { border-color: rgb(118,2,204); }
td.TdClassName
{
border-color: #7602CC;
}
.TagClassName
{
border-color: #7602CC;
}
</style>