Shades of Dark Violet #790CB9
Tints of Dark Violet #790CB9
RGB
CMYK
RGB Variations
Color information
#790CB9 (or 0x790CB9) is known color: Dark Violet. HEX triplet: 79, 0C and B9. RGB value is (121,12,185). Sum of RGB (Red+Green+Blue) = 121+12+185=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 185 (72.66% from 255 or 58.18% from 318); Max value from RGB is 185 - color contains mainly: blue. Hex color #790CB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790CB9 is #86F346. Grayscale: #3F3F3F. Windows color (decimal): -8844103 or 12127353. OLE color: 12127353.
HSL color Cylindrical-coordinate representation of color #790CB9: hue angle of 277.8º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790CB9 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 12 | 185 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.27 |
| HSL | 277.8º | 0.88% | 0.39% | - |
| HSV(B) | 277.8º | 0.94% | 0.73% | - |
| XYZ | 16.77 | 7.83 | 46.53 | - |
| YUV | 64.31 | 196.11 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 12 | 185 | 0.35 | 0.94 | 0 | 0.27 | 277.8 | 0.88 | 0.39 |
| Hex | 79 | C | B9 | 23 | 5E | 0 | 1B | 116 | 58 | 27 |
| Octal | 171 | 14 | 271 | 43 | 136 | 0 | 33 | 426 | 130 | 47 |
| Binary | 1111001 | 1100 | 10111001 | 100011 | 1011110 | 0 | 11011 | 100010110 | 1011000 | 100111 |
Color Harmonies of #790CB9
Complementary color
Monochromatic Colors of #790CB9
Black with #790CB9
Text Example
Text Example
White with #790CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790CB9; }
p { color: rgb(121,12,185); }
H1.HeaderClassName
{
color: #790CB9;
}
.AnyTagClassName
{
color: #790CB9;
}
</style>
background-color css
<style>
a { background-color: #790CB9; }
a { background-color: rgb(121,12,185); }
div.DivClassName
{
background-color: #790CB9;
}
.BgClassName
{
background-color: #790CB9;
}
</style>
border-color css
<style>
span { border-color: #790CB9; }
span { border-color: rgb(121,12,185); }
td.TdClassName
{
border-color: #790CB9;
}
.TagClassName
{
border-color: #790CB9;
}
</style>