Shades of Dark Violet #790DCD
Tints of Dark Violet #790DCD
RGB
CMYK
RGB Variations
Color information
#790DCD (or 0x790DCD) is known color: Dark Violet. HEX triplet: 79, 0D and CD. RGB value is (121,13,205). Sum of RGB (Red+Green+Blue) = 121+13+205=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #790DCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790DCD is #86F232. Grayscale: #424242. Windows color (decimal): -8843827 or 13438329. OLE color: 13438329.
HSL color Cylindrical-coordinate representation of color #790DCD: hue angle of 273.75º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790DCD is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 13 | 205 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.20 |
| HSL | 273.75º | 0.88% | 0.43% | - |
| HSV(B) | 273.75º | 0.94% | 0.8% | - |
| XYZ | 19.05 | 8.76 | 58.44 | - |
| YUV | 67.18 | 205.78 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 13 | 205 | 0.41 | 0.94 | 0 | 0.20 | 273.75 | 0.88 | 0.43 |
| Hex | 79 | D | CD | 29 | 5E | 0 | 14 | 112 | 58 | 2B |
| Octal | 171 | 15 | 315 | 51 | 136 | 0 | 24 | 422 | 130 | 53 |
| Binary | 1111001 | 1101 | 11001101 | 101001 | 1011110 | 0 | 10100 | 100010010 | 1011000 | 101011 |
Color Harmonies of #790DCD
Complementary color
Monochromatic Colors of #790DCD
Black with #790DCD
Text Example
Text Example
White with #790DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790DCD; }
p { color: rgb(121,13,205); }
H1.HeaderClassName
{
color: #790DCD;
}
.AnyTagClassName
{
color: #790DCD;
}
</style>
background-color css
<style>
a { background-color: #790DCD; }
a { background-color: rgb(121,13,205); }
div.DivClassName
{
background-color: #790DCD;
}
.BgClassName
{
background-color: #790DCD;
}
</style>
border-color css
<style>
span { border-color: #790DCD; }
span { border-color: rgb(121,13,205); }
td.TdClassName
{
border-color: #790DCD;
}
.TagClassName
{
border-color: #790DCD;
}
</style>