Shades of Dark Violet #790ABB
Tints of Dark Violet #790ABB
RGB
CMYK
RGB Variations
Color information
#790ABB (or 0x790ABB) is known color: Dark Violet. HEX triplet: 79, 0A and BB. RGB value is (121,10,187). Sum of RGB (Red+Green+Blue) = 121+10+187=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #790ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790ABB is #86F544. Grayscale: #3E3E3E. Windows color (decimal): -8844613 or 12257913. OLE color: 12257913.
HSL color Cylindrical-coordinate representation of color #790ABB: hue angle of 277.63º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790ABB is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 10 | 187 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.27 |
| HSL | 277.63º | 0.9% | 0.39% | - |
| HSV(B) | 277.63º | 0.95% | 0.73% | - |
| XYZ | 16.96 | 7.87 | 47.64 | - |
| YUV | 63.37 | 197.77 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 10 | 187 | 0.35 | 0.95 | 0 | 0.27 | 277.63 | 0.9 | 0.39 |
| Hex | 79 | A | BB | 23 | 5F | 0 | 1B | 116 | 5A | 27 |
| Octal | 171 | 12 | 273 | 43 | 137 | 0 | 33 | 426 | 132 | 47 |
| Binary | 1111001 | 1010 | 10111011 | 100011 | 1011111 | 0 | 11011 | 100010110 | 1011010 | 100111 |
Color Harmonies of #790ABB
Complementary color
Monochromatic Colors of #790ABB
Black with #790ABB
Text Example
Text Example
White with #790ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790ABB; }
p { color: rgb(121,10,187); }
H1.HeaderClassName
{
color: #790ABB;
}
.AnyTagClassName
{
color: #790ABB;
}
</style>
background-color css
<style>
a { background-color: #790ABB; }
a { background-color: rgb(121,10,187); }
div.DivClassName
{
background-color: #790ABB;
}
.BgClassName
{
background-color: #790ABB;
}
</style>
border-color css
<style>
span { border-color: #790ABB; }
span { border-color: rgb(121,10,187); }
td.TdClassName
{
border-color: #790ABB;
}
.TagClassName
{
border-color: #790ABB;
}
</style>