Shades of Dark Violet #7709DB
Tints of Dark Violet #7709DB
RGB
CMYK
RGB Variations
Color information
#7709DB (or 0x7709DB) is known color: Dark Violet. HEX triplet: 77, 09 and DB. RGB value is (119,9,219). Sum of RGB (Red+Green+Blue) = 119+9+219=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #7709DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7709DB is #88F624. Grayscale: #414141. Windows color (decimal): -8975909 or 14354807. OLE color: 14354807.
HSL color Cylindrical-coordinate representation of color #7709DB: hue angle of 271.43º 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 #7709DB is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 9 | 219 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.14 |
| HSL | 271.43º | 0.92% | 0.45% | - |
| HSV(B) | 271.43º | 0.96% | 0.86% | - |
| XYZ | 20.49 | 9.23 | 67.72 | - |
| YUV | 65.83 | 214.44 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 219 | 0.46 | 0.96 | 0 | 0.14 | 271.43 | 0.92 | 0.45 |
| Hex | 77 | 9 | DB | 2E | 60 | 0 | E | 10F | 5C | 2D |
| Octal | 167 | 11 | 333 | 56 | 140 | 0 | 16 | 417 | 134 | 55 |
| Binary | 1110111 | 1001 | 11011011 | 101110 | 1100000 | 0 | 1110 | 100001111 | 1011100 | 101101 |
Color Harmonies of #7709DB
Complementary color
Monochromatic Colors of #7709DB
Black with #7709DB
Text Example
Text Example
White with #7709DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7709DB; }
p { color: rgb(119,9,219); }
H1.HeaderClassName
{
color: #7709DB;
}
.AnyTagClassName
{
color: #7709DB;
}
</style>
background-color css
<style>
a { background-color: #7709DB; }
a { background-color: rgb(119,9,219); }
div.DivClassName
{
background-color: #7709DB;
}
.BgClassName
{
background-color: #7709DB;
}
</style>
border-color css
<style>
span { border-color: #7709DB; }
span { border-color: rgb(119,9,219); }
td.TdClassName
{
border-color: #7709DB;
}
.TagClassName
{
border-color: #7709DB;
}
</style>