Shades of Dark Violet #7408DC
Tints of Dark Violet #7408DC
RGB
CMYK
RGB Variations
Color information
#7408DC (or 0x7408DC) is known color: Dark Violet. HEX triplet: 74, 08 and DC. RGB value is (116,8,220). Sum of RGB (Red+Green+Blue) = 116+8+220=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #7408DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7408DC is #8BF723. Grayscale: #3F3F3F. Windows color (decimal): -9172772 or 14420084. OLE color: 14420084.
HSL color Cylindrical-coordinate representation of color #7408DC: hue angle of 270.57º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7408DC is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 8 | 220 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.14 |
| HSL | 270.57º | 0.93% | 0.45% | - |
| HSV(B) | 270.57º | 0.96% | 0.86% | - |
| XYZ | 20.21 | 9.05 | 68.39 | - |
| YUV | 64.46 | 215.78 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 8 | 220 | 0.47 | 0.96 | 0 | 0.14 | 270.57 | 0.93 | 0.45 |
| Hex | 74 | 8 | DC | 2F | 60 | 0 | E | 10F | 5D | 2D |
| Octal | 164 | 10 | 334 | 57 | 140 | 0 | 16 | 417 | 135 | 55 |
| Binary | 1110100 | 1000 | 11011100 | 101111 | 1100000 | 0 | 1110 | 100001111 | 1011101 | 101101 |
Color Harmonies of #7408DC
Complementary color
Monochromatic Colors of #7408DC
Black with #7408DC
Text Example
Text Example
White with #7408DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7408DC; }
p { color: rgb(116,8,220); }
H1.HeaderClassName
{
color: #7408DC;
}
.AnyTagClassName
{
color: #7408DC;
}
</style>
background-color css
<style>
a { background-color: #7408DC; }
a { background-color: rgb(116,8,220); }
div.DivClassName
{
background-color: #7408DC;
}
.BgClassName
{
background-color: #7408DC;
}
</style>
border-color css
<style>
span { border-color: #7408DC; }
span { border-color: rgb(116,8,220); }
td.TdClassName
{
border-color: #7408DC;
}
.TagClassName
{
border-color: #7408DC;
}
</style>