Shades of Dark Violet #790DDB
Tints of Dark Violet #790DDB
RGB
CMYK
RGB Variations
Color information
#790DDB (or 0x790DDB) is known color: Dark Violet. HEX triplet: 79, 0D and DB. RGB value is (121,13,219). Sum of RGB (Red+Green+Blue) = 121+13+219=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #790DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790DDB is #86F224. Grayscale: #444444. Windows color (decimal): -8843813 or 14355833. OLE color: 14355833.
HSL color Cylindrical-coordinate representation of color #790DDB: hue angle of 271.46º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790DDB is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 13 | 219 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.14 |
| HSL | 271.46º | 0.89% | 0.45% | - |
| HSV(B) | 271.46º | 0.94% | 0.86% | - |
| XYZ | 20.82 | 9.47 | 67.75 | - |
| YUV | 68.78 | 212.78 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 13 | 219 | 0.45 | 0.94 | 0 | 0.14 | 271.46 | 0.89 | 0.45 |
| Hex | 79 | D | DB | 2D | 5E | 0 | E | 10F | 59 | 2D |
| Octal | 171 | 15 | 333 | 55 | 136 | 0 | 16 | 417 | 131 | 55 |
| Binary | 1111001 | 1101 | 11011011 | 101101 | 1011110 | 0 | 1110 | 100001111 | 1011001 | 101101 |
Color Harmonies of #790DDB
Complementary color
Monochromatic Colors of #790DDB
Black with #790DDB
Text Example
Text Example
White with #790DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790DDB; }
p { color: rgb(121,13,219); }
H1.HeaderClassName
{
color: #790DDB;
}
.AnyTagClassName
{
color: #790DDB;
}
</style>
background-color css
<style>
a { background-color: #790DDB; }
a { background-color: rgb(121,13,219); }
div.DivClassName
{
background-color: #790DDB;
}
.BgClassName
{
background-color: #790DDB;
}
</style>
border-color css
<style>
span { border-color: #790DDB; }
span { border-color: rgb(121,13,219); }
td.TdClassName
{
border-color: #790DDB;
}
.TagClassName
{
border-color: #790DDB;
}
</style>