Shades of Dark Violet #7402DC
Tints of Dark Violet #7402DC
RGB
CMYK
RGB Variations
Color information
#7402DC (or 0x7402DC) is known color: Dark Violet. HEX triplet: 74, 02 and DC. RGB value is (116,2,220). Sum of RGB (Red+Green+Blue) = 116+2+220=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #7402DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7402DC is #8BFD23. Grayscale: #3C3C3C. Windows color (decimal): -9174308 or 14418548. OLE color: 14418548.
HSL color Cylindrical-coordinate representation of color #7402DC: hue angle of 271.38º 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 #7402DC is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 2 | 220 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.14 |
| HSL | 271.38º | 0.98% | 0.44% | - |
| HSV(B) | 271.38º | 0.99% | 0.86% | - |
| XYZ | 20.14 | 8.92 | 68.37 | - |
| YUV | 60.94 | 217.77 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 220 | 0.47 | 0.99 | 0 | 0.14 | 271.38 | 0.98 | 0.44 |
| Hex | 74 | 2 | DC | 2F | 63 | 0 | E | 10F | 62 | 2C |
| Octal | 164 | 2 | 334 | 57 | 143 | 0 | 16 | 417 | 142 | 54 |
| Binary | 1110100 | 10 | 11011100 | 101111 | 1100011 | 0 | 1110 | 100001111 | 1100010 | 101100 |
Color Harmonies of #7402DC
Complementary color
Monochromatic Colors of #7402DC
Black with #7402DC
Text Example
Text Example
White with #7402DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7402DC; }
p { color: rgb(116,2,220); }
H1.HeaderClassName
{
color: #7402DC;
}
.AnyTagClassName
{
color: #7402DC;
}
</style>
background-color css
<style>
a { background-color: #7402DC; }
a { background-color: rgb(116,2,220); }
div.DivClassName
{
background-color: #7402DC;
}
.BgClassName
{
background-color: #7402DC;
}
</style>
border-color css
<style>
span { border-color: #7402DC; }
span { border-color: rgb(116,2,220); }
td.TdClassName
{
border-color: #7402DC;
}
.TagClassName
{
border-color: #7402DC;
}
</style>