Shades of Dark Violet #790DC8
Tints of Dark Violet #790DC8
RGB
CMYK
RGB Variations
Color information
#790DC8 (or 0x790DC8) is known color: Dark Violet. HEX triplet: 79, 0D and C8. RGB value is (121,13,200). Sum of RGB (Red+Green+Blue) = 121+13+200=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 200 (78.52% from 255 or 59.88% from 334); Max value from RGB is 200 - color contains mainly: blue. Hex color #790DC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790DC8 is #86F237. Grayscale: #414141. Windows color (decimal): -8843832 or 13110649. OLE color: 13110649.
HSL color Cylindrical-coordinate representation of color #790DC8: hue angle of 274.65º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790DC8 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 13 | 200 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.22 |
| HSL | 274.65º | 0.88% | 0.42% | - |
| HSV(B) | 274.65º | 0.94% | 0.78% | - |
| XYZ | 18.45 | 8.52 | 55.32 | - |
| YUV | 66.61 | 203.28 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 13 | 200 | 0.39 | 0.94 | 0 | 0.22 | 274.65 | 0.88 | 0.42 |
| Hex | 79 | D | C8 | 27 | 5E | 0 | 16 | 113 | 58 | 2A |
| Octal | 171 | 15 | 310 | 47 | 136 | 0 | 26 | 423 | 130 | 52 |
| Binary | 1111001 | 1101 | 11001000 | 100111 | 1011110 | 0 | 10110 | 100010011 | 1011000 | 101010 |
Color Harmonies of #790DC8
Complementary color
Monochromatic Colors of #790DC8
Black with #790DC8
Text Example
Text Example
White with #790DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790DC8; }
p { color: rgb(121,13,200); }
H1.HeaderClassName
{
color: #790DC8;
}
.AnyTagClassName
{
color: #790DC8;
}
</style>
background-color css
<style>
a { background-color: #790DC8; }
a { background-color: rgb(121,13,200); }
div.DivClassName
{
background-color: #790DC8;
}
.BgClassName
{
background-color: #790DC8;
}
</style>
border-color css
<style>
span { border-color: #790DC8; }
span { border-color: rgb(121,13,200); }
td.TdClassName
{
border-color: #790DC8;
}
.TagClassName
{
border-color: #790DC8;
}
</style>