Shades of Dark Violet #7408DB
Tints of Dark Violet #7408DB
RGB
CMYK
RGB Variations
Color information
#7408DB (or 0x7408DB) is known color: Dark Violet. HEX triplet: 74, 08 and DB. RGB value is (116,8,219). Sum of RGB (Red+Green+Blue) = 116+8+219=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #7408DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7408DB is #8BF724. Grayscale: #3F3F3F. Windows color (decimal): -9172773 or 14354548. OLE color: 14354548.
HSL color Cylindrical-coordinate representation of color #7408DB: hue angle of 270.71º 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 #7408DB is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 8 | 219 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.14 |
| HSL | 270.71º | 0.93% | 0.45% | - |
| HSV(B) | 270.71º | 0.96% | 0.86% | - |
| XYZ | 20.08 | 9 | 67.7 | - |
| YUV | 64.35 | 215.28 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 8 | 219 | 0.47 | 0.96 | 0 | 0.14 | 270.71 | 0.93 | 0.45 |
| Hex | 74 | 8 | DB | 2F | 60 | 0 | E | 10F | 5D | 2D |
| Octal | 164 | 10 | 333 | 57 | 140 | 0 | 16 | 417 | 135 | 55 |
| Binary | 1110100 | 1000 | 11011011 | 101111 | 1100000 | 0 | 1110 | 100001111 | 1011101 | 101101 |
Color Harmonies of #7408DB
Complementary color
Monochromatic Colors of #7408DB
Black with #7408DB
Text Example
Text Example
White with #7408DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7408DB; }
p { color: rgb(116,8,219); }
H1.HeaderClassName
{
color: #7408DB;
}
.AnyTagClassName
{
color: #7408DB;
}
</style>
background-color css
<style>
a { background-color: #7408DB; }
a { background-color: rgb(116,8,219); }
div.DivClassName
{
background-color: #7408DB;
}
.BgClassName
{
background-color: #7408DB;
}
</style>
border-color css
<style>
span { border-color: #7408DB; }
span { border-color: rgb(116,8,219); }
td.TdClassName
{
border-color: #7408DB;
}
.TagClassName
{
border-color: #7408DB;
}
</style>