Shades of Dark Violet #7402CA
Tints of Dark Violet #7402CA
RGB
CMYK
RGB Variations
Color information
#7402CA (or 0x7402CA) is known color: Dark Violet. HEX triplet: 74, 02 and CA. RGB value is (116,2,202). Sum of RGB (Red+Green+Blue) = 116+2+202=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #7402CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7402CA is #8BFD35. Grayscale: #3A3A3A. Windows color (decimal): -9174326 or 13238900. OLE color: 13238900.
HSL color Cylindrical-coordinate representation of color #7402CA: hue angle of 274.2º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7402CA is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 2 | 202 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.21 |
| HSL | 274.2º | 0.98% | 0.4% | - |
| HSV(B) | 274.2º | 0.99% | 0.79% | - |
| XYZ | 17.88 | 8.02 | 56.48 | - |
| YUV | 58.89 | 208.77 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 202 | 0.43 | 0.99 | 0 | 0.21 | 274.2 | 0.98 | 0.4 |
| Hex | 74 | 2 | CA | 2B | 63 | 0 | 15 | 112 | 62 | 28 |
| Octal | 164 | 2 | 312 | 53 | 143 | 0 | 25 | 422 | 142 | 50 |
| Binary | 1110100 | 10 | 11001010 | 101011 | 1100011 | 0 | 10101 | 100010010 | 1100010 | 101000 |
Color Harmonies of #7402CA
Complementary color
Monochromatic Colors of #7402CA
Black with #7402CA
Text Example
Text Example
White with #7402CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7402CA; }
p { color: rgb(116,2,202); }
H1.HeaderClassName
{
color: #7402CA;
}
.AnyTagClassName
{
color: #7402CA;
}
</style>
background-color css
<style>
a { background-color: #7402CA; }
a { background-color: rgb(116,2,202); }
div.DivClassName
{
background-color: #7402CA;
}
.BgClassName
{
background-color: #7402CA;
}
</style>
border-color css
<style>
span { border-color: #7402CA; }
span { border-color: rgb(116,2,202); }
td.TdClassName
{
border-color: #7402CA;
}
.TagClassName
{
border-color: #7402CA;
}
</style>