Shades of Dark Violet #790ABF
Tints of Dark Violet #790ABF
RGB
CMYK
RGB Variations
Color information
#790ABF (or 0x790ABF) is known color: Dark Violet. HEX triplet: 79, 0A and BF. RGB value is (121,10,191). Sum of RGB (Red+Green+Blue) = 121+10+191=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #790ABF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790ABF is #86F540. Grayscale: #3F3F3F. Windows color (decimal): -8844609 or 12520057. OLE color: 12520057.
HSL color Cylindrical-coordinate representation of color #790ABF: hue angle of 276.8º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790ABF is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 10 | 191 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.25 |
| HSL | 276.8º | 0.9% | 0.39% | - |
| HSV(B) | 276.8º | 0.95% | 0.75% | - |
| XYZ | 17.4 | 8.04 | 49.93 | - |
| YUV | 63.82 | 199.77 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 10 | 191 | 0.37 | 0.95 | 0 | 0.25 | 276.8 | 0.9 | 0.39 |
| Hex | 79 | A | BF | 25 | 5F | 0 | 19 | 115 | 5A | 27 |
| Octal | 171 | 12 | 277 | 45 | 137 | 0 | 31 | 425 | 132 | 47 |
| Binary | 1111001 | 1010 | 10111111 | 100101 | 1011111 | 0 | 11001 | 100010101 | 1011010 | 100111 |
Color Harmonies of #790ABF
Complementary color
Monochromatic Colors of #790ABF
Black with #790ABF
Text Example
Text Example
White with #790ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790ABF; }
p { color: rgb(121,10,191); }
H1.HeaderClassName
{
color: #790ABF;
}
.AnyTagClassName
{
color: #790ABF;
}
</style>
background-color css
<style>
a { background-color: #790ABF; }
a { background-color: rgb(121,10,191); }
div.DivClassName
{
background-color: #790ABF;
}
.BgClassName
{
background-color: #790ABF;
}
</style>
border-color css
<style>
span { border-color: #790ABF; }
span { border-color: rgb(121,10,191); }
td.TdClassName
{
border-color: #790ABF;
}
.TagClassName
{
border-color: #790ABF;
}
</style>