Shades of Dark Violet #790CCC
Tints of Dark Violet #790CCC
RGB
CMYK
RGB Variations
Color information
#790CCC (or 0x790CCC) is known color: Dark Violet. HEX triplet: 79, 0C and CC. RGB value is (121,12,204). Sum of RGB (Red+Green+Blue) = 121+12+204=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #790CCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790CCC is #86F333. Grayscale: #414141. Windows color (decimal): -8844084 or 13372537. OLE color: 13372537.
HSL color Cylindrical-coordinate representation of color #790CCC: hue angle of 274.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790CCC is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 12 | 204 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.2 |
| HSL | 274.06º | 0.89% | 0.42% | - |
| HSV(B) | 274.06º | 0.94% | 0.8% | - |
| XYZ | 18.92 | 8.69 | 57.81 | - |
| YUV | 66.48 | 205.61 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 12 | 204 | 0.41 | 0.94 | 0 | 0.2 | 274.06 | 0.89 | 0.42 |
| Hex | 79 | C | CC | 29 | 5E | 0 | 14 | 112 | 59 | 2A |
| Octal | 171 | 14 | 314 | 51 | 136 | 0 | 24 | 422 | 131 | 52 |
| Binary | 1111001 | 1100 | 11001100 | 101001 | 1011110 | 0 | 10100 | 100010010 | 1011001 | 101010 |
Color Harmonies of #790CCC
Complementary color
Monochromatic Colors of #790CCC
Black with #790CCC
Text Example
Text Example
White with #790CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790CCC; }
p { color: rgb(121,12,204); }
H1.HeaderClassName
{
color: #790CCC;
}
.AnyTagClassName
{
color: #790CCC;
}
</style>
background-color css
<style>
a { background-color: #790CCC; }
a { background-color: rgb(121,12,204); }
div.DivClassName
{
background-color: #790CCC;
}
.BgClassName
{
background-color: #790CCC;
}
</style>
border-color css
<style>
span { border-color: #790CCC; }
span { border-color: rgb(121,12,204); }
td.TdClassName
{
border-color: #790CCC;
}
.TagClassName
{
border-color: #790CCC;
}
</style>