Shades of Dark Violet #7409DB
Tints of Dark Violet #7409DB
RGB
CMYK
RGB Variations
Color information
#7409DB (or 0x7409DB) is known color: Dark Violet. HEX triplet: 74, 09 and DB. RGB value is (116,9,219). Sum of RGB (Red+Green+Blue) = 116+9+219=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #7409DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7409DB is #8BF624. Grayscale: #404040. Windows color (decimal): -9172517 or 14354804. OLE color: 14354804.
HSL color Cylindrical-coordinate representation of color #7409DB: hue angle of 270.57º degrees, saturation: 0.92, 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 #7409DB is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 9 | 219 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.14 |
| HSL | 270.57º | 0.92% | 0.45% | - |
| HSV(B) | 270.57º | 0.96% | 0.86% | - |
| XYZ | 20.09 | 9.02 | 67.7 | - |
| YUV | 64.93 | 214.95 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 219 | 0.47 | 0.96 | 0 | 0.14 | 270.57 | 0.92 | 0.45 |
| Hex | 74 | 9 | DB | 2F | 60 | 0 | E | 10F | 5C | 2D |
| Octal | 164 | 11 | 333 | 57 | 140 | 0 | 16 | 417 | 134 | 55 |
| Binary | 1110100 | 1001 | 11011011 | 101111 | 1100000 | 0 | 1110 | 100001111 | 1011100 | 101101 |
Color Harmonies of #7409DB
Complementary color
Monochromatic Colors of #7409DB
Black with #7409DB
Text Example
Text Example
White with #7409DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7409DB; }
p { color: rgb(116,9,219); }
H1.HeaderClassName
{
color: #7409DB;
}
.AnyTagClassName
{
color: #7409DB;
}
</style>
background-color css
<style>
a { background-color: #7409DB; }
a { background-color: rgb(116,9,219); }
div.DivClassName
{
background-color: #7409DB;
}
.BgClassName
{
background-color: #7409DB;
}
</style>
border-color css
<style>
span { border-color: #7409DB; }
span { border-color: rgb(116,9,219); }
td.TdClassName
{
border-color: #7409DB;
}
.TagClassName
{
border-color: #7409DB;
}
</style>