Shades of Dark Violet #7402CE
Tints of Dark Violet #7402CE
RGB
CMYK
RGB Variations
Color information
#7402CE (or 0x7402CE) is known color: Dark Violet. HEX triplet: 74, 02 and CE. RGB value is (116,2,206). Sum of RGB (Red+Green+Blue) = 116+2+206=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #7402CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7402CE is #8BFD31. Grayscale: #3A3A3A. Windows color (decimal): -9174322 or 13501044. OLE color: 13501044.
HSL color Cylindrical-coordinate representation of color #7402CE: hue angle of 273.53º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7402CE is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 2 | 206 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.19 |
| HSL | 273.53º | 0.98% | 0.41% | - |
| HSV(B) | 273.53º | 0.99% | 0.81% | - |
| XYZ | 18.36 | 8.21 | 59.01 | - |
| YUV | 59.34 | 210.77 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 206 | 0.44 | 0.99 | 0 | 0.19 | 273.53 | 0.98 | 0.41 |
| Hex | 74 | 2 | CE | 2C | 63 | 0 | 13 | 112 | 62 | 29 |
| Octal | 164 | 2 | 316 | 54 | 143 | 0 | 23 | 422 | 142 | 51 |
| Binary | 1110100 | 10 | 11001110 | 101100 | 1100011 | 0 | 10011 | 100010010 | 1100010 | 101001 |
Color Harmonies of #7402CE
Complementary color
Monochromatic Colors of #7402CE
Black with #7402CE
Text Example
Text Example
White with #7402CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7402CE; }
p { color: rgb(116,2,206); }
H1.HeaderClassName
{
color: #7402CE;
}
.AnyTagClassName
{
color: #7402CE;
}
</style>
background-color css
<style>
a { background-color: #7402CE; }
a { background-color: rgb(116,2,206); }
div.DivClassName
{
background-color: #7402CE;
}
.BgClassName
{
background-color: #7402CE;
}
</style>
border-color css
<style>
span { border-color: #7402CE; }
span { border-color: rgb(116,2,206); }
td.TdClassName
{
border-color: #7402CE;
}
.TagClassName
{
border-color: #7402CE;
}
</style>