Shades of Dark Violet #790DBF
Tints of Dark Violet #790DBF
RGB
CMYK
RGB Variations
Color information
#790DBF (or 0x790DBF) is known color: Dark Violet. HEX triplet: 79, 0D and BF. RGB value is (121,13,191). Sum of RGB (Red+Green+Blue) = 121+13+191=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #790DBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790DBF is #86F240. Grayscale: #404040. Windows color (decimal): -8843841 or 12520825. OLE color: 12520825.
HSL color Cylindrical-coordinate representation of color #790DBF: hue angle of 276.4º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790DBF is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 13 | 191 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.25 |
| HSL | 276.4º | 0.87% | 0.4% | - |
| HSV(B) | 276.4º | 0.93% | 0.75% | - |
| XYZ | 17.43 | 8.11 | 49.94 | - |
| YUV | 65.58 | 198.78 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 13 | 191 | 0.37 | 0.93 | 0 | 0.25 | 276.4 | 0.87 | 0.4 |
| Hex | 79 | D | BF | 25 | 5D | 0 | 19 | 114 | 57 | 28 |
| Octal | 171 | 15 | 277 | 45 | 135 | 0 | 31 | 424 | 127 | 50 |
| Binary | 1111001 | 1101 | 10111111 | 100101 | 1011101 | 0 | 11001 | 100010100 | 1010111 | 101000 |
Color Harmonies of #790DBF
Complementary color
Monochromatic Colors of #790DBF
Black with #790DBF
Text Example
Text Example
White with #790DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790DBF; }
p { color: rgb(121,13,191); }
H1.HeaderClassName
{
color: #790DBF;
}
.AnyTagClassName
{
color: #790DBF;
}
</style>
background-color css
<style>
a { background-color: #790DBF; }
a { background-color: rgb(121,13,191); }
div.DivClassName
{
background-color: #790DBF;
}
.BgClassName
{
background-color: #790DBF;
}
</style>
border-color css
<style>
span { border-color: #790DBF; }
span { border-color: rgb(121,13,191); }
td.TdClassName
{
border-color: #790DBF;
}
.TagClassName
{
border-color: #790DBF;
}
</style>