Shades of Dark Violet #7407DB
Tints of Dark Violet #7407DB
RGB
CMYK
RGB Variations
Color information
#7407DB (or 0x7407DB) is known color: Dark Violet. HEX triplet: 74, 07 and DB. RGB value is (116,7,219). Sum of RGB (Red+Green+Blue) = 116+7+219=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #7407DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7407DB is #8BF824. Grayscale: #3F3F3F. Windows color (decimal): -9173029 or 14354292. OLE color: 14354292.
HSL color Cylindrical-coordinate representation of color #7407DB: hue angle of 270.85º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7407DB is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 7 | 219 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.14 |
| HSL | 270.85º | 0.94% | 0.44% | - |
| HSV(B) | 270.85º | 0.97% | 0.86% | - |
| XYZ | 20.06 | 8.98 | 67.69 | - |
| YUV | 63.76 | 215.61 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 219 | 0.47 | 0.97 | 0 | 0.14 | 270.85 | 0.94 | 0.44 |
| Hex | 74 | 7 | DB | 2F | 61 | 0 | E | 10F | 5E | 2C |
| Octal | 164 | 7 | 333 | 57 | 141 | 0 | 16 | 417 | 136 | 54 |
| Binary | 1110100 | 111 | 11011011 | 101111 | 1100001 | 0 | 1110 | 100001111 | 1011110 | 101100 |
Color Harmonies of #7407DB
Complementary color
Monochromatic Colors of #7407DB
Black with #7407DB
Text Example
Text Example
White with #7407DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7407DB; }
p { color: rgb(116,7,219); }
H1.HeaderClassName
{
color: #7407DB;
}
.AnyTagClassName
{
color: #7407DB;
}
</style>
background-color css
<style>
a { background-color: #7407DB; }
a { background-color: rgb(116,7,219); }
div.DivClassName
{
background-color: #7407DB;
}
.BgClassName
{
background-color: #7407DB;
}
</style>
border-color css
<style>
span { border-color: #7407DB; }
span { border-color: rgb(116,7,219); }
td.TdClassName
{
border-color: #7407DB;
}
.TagClassName
{
border-color: #7407DB;
}
</style>