Shades of Dark Violet #790BBC
Tints of Dark Violet #790BBC
RGB
CMYK
RGB Variations
Color information
#790BBC (or 0x790BBC) is known color: Dark Violet. HEX triplet: 79, 0B and BC. RGB value is (121,11,188). Sum of RGB (Red+Green+Blue) = 121+11+188=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #790BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790BBC is #86F443. Grayscale: #3F3F3F. Windows color (decimal): -8844356 or 12323705. OLE color: 12323705.
HSL color Cylindrical-coordinate representation of color #790BBC: hue angle of 277.29º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790BBC is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 11 | 188 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.26 |
| HSL | 277.29º | 0.89% | 0.39% | - |
| HSV(B) | 277.29º | 0.94% | 0.74% | - |
| XYZ | 17.08 | 7.94 | 48.21 | - |
| YUV | 64.07 | 197.94 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 188 | 0.36 | 0.94 | 0 | 0.26 | 277.29 | 0.89 | 0.39 |
| Hex | 79 | B | BC | 24 | 5E | 0 | 1A | 115 | 59 | 27 |
| Octal | 171 | 13 | 274 | 44 | 136 | 0 | 32 | 425 | 131 | 47 |
| Binary | 1111001 | 1011 | 10111100 | 100100 | 1011110 | 0 | 11010 | 100010101 | 1011001 | 100111 |
Color Harmonies of #790BBC
Complementary color
Monochromatic Colors of #790BBC
Black with #790BBC
Text Example
Text Example
White with #790BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790BBC; }
p { color: rgb(121,11,188); }
H1.HeaderClassName
{
color: #790BBC;
}
.AnyTagClassName
{
color: #790BBC;
}
</style>
background-color css
<style>
a { background-color: #790BBC; }
a { background-color: rgb(121,11,188); }
div.DivClassName
{
background-color: #790BBC;
}
.BgClassName
{
background-color: #790BBC;
}
</style>
border-color css
<style>
span { border-color: #790BBC; }
span { border-color: rgb(121,11,188); }
td.TdClassName
{
border-color: #790BBC;
}
.TagClassName
{
border-color: #790BBC;
}
</style>