Shades of Dark Violet #7409DD
Tints of Dark Violet #7409DD
RGB
CMYK
RGB Variations
Color information
#7409DD (or 0x7409DD) is known color: Dark Violet. HEX triplet: 74, 09 and DD. RGB value is (116,9,221). Sum of RGB (Red+Green+Blue) = 116+9+221=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #7409DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7409DD is #8BF622. Grayscale: #404040. Windows color (decimal): -9172515 or 14485876. OLE color: 14485876.
HSL color Cylindrical-coordinate representation of color #7409DD: hue angle of 270.28º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7409DD is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 9 | 221 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.13 |
| HSL | 270.28º | 0.92% | 0.45% | - |
| HSV(B) | 270.28º | 0.96% | 0.87% | - |
| XYZ | 20.35 | 9.13 | 69.1 | - |
| YUV | 65.16 | 215.95 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 221 | 0.48 | 0.96 | 0 | 0.13 | 270.28 | 0.92 | 0.45 |
| Hex | 74 | 9 | DD | 30 | 60 | 0 | D | 10E | 5C | 2D |
| Octal | 164 | 11 | 335 | 60 | 140 | 0 | 15 | 416 | 134 | 55 |
| Binary | 1110100 | 1001 | 11011101 | 110000 | 1100000 | 0 | 1101 | 100001110 | 1011100 | 101101 |
Color Harmonies of #7409DD
Complementary color
Monochromatic Colors of #7409DD
Black with #7409DD
Text Example
Text Example
White with #7409DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7409DD; }
p { color: rgb(116,9,221); }
H1.HeaderClassName
{
color: #7409DD;
}
.AnyTagClassName
{
color: #7409DD;
}
</style>
background-color css
<style>
a { background-color: #7409DD; }
a { background-color: rgb(116,9,221); }
div.DivClassName
{
background-color: #7409DD;
}
.BgClassName
{
background-color: #7409DD;
}
</style>
border-color css
<style>
span { border-color: #7409DD; }
span { border-color: rgb(116,9,221); }
td.TdClassName
{
border-color: #7409DD;
}
.TagClassName
{
border-color: #7409DD;
}
</style>