Shades of Dark Violet #7402DB
Tints of Dark Violet #7402DB
RGB
CMYK
RGB Variations
Color information
#7402DB (or 0x7402DB) is known color: Dark Violet. HEX triplet: 74, 02 and DB. RGB value is (116,2,219). Sum of RGB (Red+Green+Blue) = 116+2+219=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #7402DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7402DB is #8BFD24. Grayscale: #3C3C3C. Windows color (decimal): -9174309 or 14353012. OLE color: 14353012.
HSL color Cylindrical-coordinate representation of color #7402DB: hue angle of 271.52º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7402DB is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 2 | 219 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.14 |
| HSL | 271.52º | 0.98% | 0.43% | - |
| HSV(B) | 271.52º | 0.99% | 0.86% | - |
| XYZ | 20.01 | 8.87 | 67.68 | - |
| YUV | 60.82 | 217.27 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 219 | 0.47 | 0.99 | 0 | 0.14 | 271.52 | 0.98 | 0.43 |
| Hex | 74 | 2 | DB | 2F | 63 | 0 | E | 110 | 62 | 2B |
| Octal | 164 | 2 | 333 | 57 | 143 | 0 | 16 | 420 | 142 | 53 |
| Binary | 1110100 | 10 | 11011011 | 101111 | 1100011 | 0 | 1110 | 100010000 | 1100010 | 101011 |
Color Harmonies of #7402DB
Complementary color
Monochromatic Colors of #7402DB
Black with #7402DB
Text Example
Text Example
White with #7402DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7402DB; }
p { color: rgb(116,2,219); }
H1.HeaderClassName
{
color: #7402DB;
}
.AnyTagClassName
{
color: #7402DB;
}
</style>
background-color css
<style>
a { background-color: #7402DB; }
a { background-color: rgb(116,2,219); }
div.DivClassName
{
background-color: #7402DB;
}
.BgClassName
{
background-color: #7402DB;
}
</style>
border-color css
<style>
span { border-color: #7402DB; }
span { border-color: rgb(116,2,219); }
td.TdClassName
{
border-color: #7402DB;
}
.TagClassName
{
border-color: #7402DB;
}
</style>