Shades of Dark Violet #7602CB
Tints of Dark Violet #7602CB
RGB
CMYK
RGB Variations
Color information
#7602CB (or 0x7602CB) is known color: Dark Violet. HEX triplet: 76, 02 and CB. RGB value is (118,2,203). Sum of RGB (Red+Green+Blue) = 118+2+203=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #7602CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7602CB is #89FD34. Grayscale: #3A3A3A. Windows color (decimal): -9043253 or 13304438. OLE color: 13304438.
HSL color Cylindrical-coordinate representation of color #7602CB: hue angle of 274.63º 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 #7602CB is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 2 | 203 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.20 |
| HSL | 274.63º | 0.98% | 0.4% | - |
| HSV(B) | 274.63º | 0.99% | 0.8% | - |
| XYZ | 18.27 | 8.21 | 57.12 | - |
| YUV | 59.6 | 208.93 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 203 | 0.42 | 0.99 | 0 | 0.20 | 274.63 | 0.98 | 0.4 |
| Hex | 76 | 2 | CB | 2A | 63 | 0 | 14 | 113 | 62 | 28 |
| Octal | 166 | 2 | 313 | 52 | 143 | 0 | 24 | 423 | 142 | 50 |
| Binary | 1110110 | 10 | 11001011 | 101010 | 1100011 | 0 | 10100 | 100010011 | 1100010 | 101000 |
Color Harmonies of #7602CB
Complementary color
Monochromatic Colors of #7602CB
Black with #7602CB
Text Example
Text Example
White with #7602CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7602CB; }
p { color: rgb(118,2,203); }
H1.HeaderClassName
{
color: #7602CB;
}
.AnyTagClassName
{
color: #7602CB;
}
</style>
background-color css
<style>
a { background-color: #7602CB; }
a { background-color: rgb(118,2,203); }
div.DivClassName
{
background-color: #7602CB;
}
.BgClassName
{
background-color: #7602CB;
}
</style>
border-color css
<style>
span { border-color: #7602CB; }
span { border-color: rgb(118,2,203); }
td.TdClassName
{
border-color: #7602CB;
}
.TagClassName
{
border-color: #7602CB;
}
</style>