Shades of Dark Violet #790DDC
Tints of Dark Violet #790DDC
RGB
CMYK
RGB Variations
Color information
#790DDC (or 0x790DDC) is known color: Dark Violet. HEX triplet: 79, 0D and DC. RGB value is (121,13,220). Sum of RGB (Red+Green+Blue) = 121+13+220=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #790DDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790DDC is #86F223. Grayscale: #444444. Windows color (decimal): -8843812 or 14421369. OLE color: 14421369.
HSL color Cylindrical-coordinate representation of color #790DDC: hue angle of 271.3º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790DDC is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 13 | 220 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.14 |
| HSL | 271.3º | 0.89% | 0.46% | - |
| HSV(B) | 271.3º | 0.94% | 0.86% | - |
| XYZ | 20.95 | 9.52 | 68.44 | - |
| YUV | 68.89 | 213.28 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 13 | 220 | 0.45 | 0.94 | 0 | 0.14 | 271.3 | 0.89 | 0.46 |
| Hex | 79 | D | DC | 2D | 5E | 0 | E | 10F | 59 | 2E |
| Octal | 171 | 15 | 334 | 55 | 136 | 0 | 16 | 417 | 131 | 56 |
| Binary | 1111001 | 1101 | 11011100 | 101101 | 1011110 | 0 | 1110 | 100001111 | 1011001 | 101110 |
Color Harmonies of #790DDC
Complementary color
Monochromatic Colors of #790DDC
Black with #790DDC
Text Example
Text Example
White with #790DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790DDC; }
p { color: rgb(121,13,220); }
H1.HeaderClassName
{
color: #790DDC;
}
.AnyTagClassName
{
color: #790DDC;
}
</style>
background-color css
<style>
a { background-color: #790DDC; }
a { background-color: rgb(121,13,220); }
div.DivClassName
{
background-color: #790DDC;
}
.BgClassName
{
background-color: #790DDC;
}
</style>
border-color css
<style>
span { border-color: #790DDC; }
span { border-color: rgb(121,13,220); }
td.TdClassName
{
border-color: #790DDC;
}
.TagClassName
{
border-color: #790DDC;
}
</style>