Shades of Dark Violet #790BCF
Tints of Dark Violet #790BCF
RGB
CMYK
RGB Variations
Color information
#790BCF (or 0x790BCF) is known color: Dark Violet. HEX triplet: 79, 0B and CF. RGB value is (121,11,207). Sum of RGB (Red+Green+Blue) = 121+11+207=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #790BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790BCF is #86F430. Grayscale: #414141. Windows color (decimal): -8844337 or 13568889. OLE color: 13568889.
HSL color Cylindrical-coordinate representation of color #790BCF: hue angle of 273.67º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790BCF is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 11 | 207 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.19 |
| HSL | 273.67º | 0.9% | 0.43% | - |
| HSV(B) | 273.67º | 0.95% | 0.81% | - |
| XYZ | 19.27 | 8.81 | 59.72 | - |
| YUV | 66.23 | 207.44 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 207 | 0.42 | 0.95 | 0 | 0.19 | 273.67 | 0.9 | 0.43 |
| Hex | 79 | B | CF | 2A | 5F | 0 | 13 | 112 | 5A | 2B |
| Octal | 171 | 13 | 317 | 52 | 137 | 0 | 23 | 422 | 132 | 53 |
| Binary | 1111001 | 1011 | 11001111 | 101010 | 1011111 | 0 | 10011 | 100010010 | 1011010 | 101011 |
Color Harmonies of #790BCF
Complementary color
Monochromatic Colors of #790BCF
Black with #790BCF
Text Example
Text Example
White with #790BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790BCF; }
p { color: rgb(121,11,207); }
H1.HeaderClassName
{
color: #790BCF;
}
.AnyTagClassName
{
color: #790BCF;
}
</style>
background-color css
<style>
a { background-color: #790BCF; }
a { background-color: rgb(121,11,207); }
div.DivClassName
{
background-color: #790BCF;
}
.BgClassName
{
background-color: #790BCF;
}
</style>
border-color css
<style>
span { border-color: #790BCF; }
span { border-color: rgb(121,11,207); }
td.TdClassName
{
border-color: #790BCF;
}
.TagClassName
{
border-color: #790BCF;
}
</style>