Shades of Dark Violet #790BCC
Tints of Dark Violet #790BCC
RGB
CMYK
RGB Variations
Color information
#790BCC (or 0x790BCC) is known color: Dark Violet. HEX triplet: 79, 0B and CC. RGB value is (121,11,204). Sum of RGB (Red+Green+Blue) = 121+11+204=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #790BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790BCC is #86F433. Grayscale: #414141. Windows color (decimal): -8844340 or 13372281. OLE color: 13372281.
HSL color Cylindrical-coordinate representation of color #790BCC: hue angle of 274.2º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790BCC is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 11 | 204 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.2 |
| HSL | 274.2º | 0.9% | 0.42% | - |
| HSV(B) | 274.2º | 0.95% | 0.8% | - |
| XYZ | 18.9 | 8.66 | 57.8 | - |
| YUV | 65.89 | 205.94 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 204 | 0.41 | 0.95 | 0 | 0.2 | 274.2 | 0.9 | 0.42 |
| Hex | 79 | B | CC | 29 | 5F | 0 | 14 | 112 | 5A | 2A |
| Octal | 171 | 13 | 314 | 51 | 137 | 0 | 24 | 422 | 132 | 52 |
| Binary | 1111001 | 1011 | 11001100 | 101001 | 1011111 | 0 | 10100 | 100010010 | 1011010 | 101010 |
Color Harmonies of #790BCC
Complementary color
Monochromatic Colors of #790BCC
Black with #790BCC
Text Example
Text Example
White with #790BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790BCC; }
p { color: rgb(121,11,204); }
H1.HeaderClassName
{
color: #790BCC;
}
.AnyTagClassName
{
color: #790BCC;
}
</style>
background-color css
<style>
a { background-color: #790BCC; }
a { background-color: rgb(121,11,204); }
div.DivClassName
{
background-color: #790BCC;
}
.BgClassName
{
background-color: #790BCC;
}
</style>
border-color css
<style>
span { border-color: #790BCC; }
span { border-color: rgb(121,11,204); }
td.TdClassName
{
border-color: #790BCC;
}
.TagClassName
{
border-color: #790BCC;
}
</style>