Shades of Dark Violet #790CCA
Tints of Dark Violet #790CCA
RGB
CMYK
RGB Variations
Color information
#790CCA (or 0x790CCA) is known color: Dark Violet. HEX triplet: 79, 0C and CA. RGB value is (121,12,202). Sum of RGB (Red+Green+Blue) = 121+12+202=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 202 (79.30% from 255 or 60.30% from 335); Max value from RGB is 202 - color contains mainly: blue. Hex color #790CCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790CCA is #86F335. Grayscale: #414141. Windows color (decimal): -8844086 or 13241465. OLE color: 13241465.
HSL color Cylindrical-coordinate representation of color #790CCA: hue angle of 274.42º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790CCA is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 12 | 202 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.21 |
| HSL | 274.42º | 0.89% | 0.42% | - |
| HSV(B) | 274.42º | 0.94% | 0.79% | - |
| XYZ | 18.68 | 8.59 | 56.55 | - |
| YUV | 66.25 | 204.61 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 12 | 202 | 0.40 | 0.94 | 0 | 0.21 | 274.42 | 0.89 | 0.42 |
| Hex | 79 | C | CA | 28 | 5E | 0 | 15 | 112 | 59 | 2A |
| Octal | 171 | 14 | 312 | 50 | 136 | 0 | 25 | 422 | 131 | 52 |
| Binary | 1111001 | 1100 | 11001010 | 101000 | 1011110 | 0 | 10101 | 100010010 | 1011001 | 101010 |
Color Harmonies of #790CCA
Complementary color
Monochromatic Colors of #790CCA
Black with #790CCA
Text Example
Text Example
White with #790CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790CCA; }
p { color: rgb(121,12,202); }
H1.HeaderClassName
{
color: #790CCA;
}
.AnyTagClassName
{
color: #790CCA;
}
</style>
background-color css
<style>
a { background-color: #790CCA; }
a { background-color: rgb(121,12,202); }
div.DivClassName
{
background-color: #790CCA;
}
.BgClassName
{
background-color: #790CCA;
}
</style>
border-color css
<style>
span { border-color: #790CCA; }
span { border-color: rgb(121,12,202); }
td.TdClassName
{
border-color: #790CCA;
}
.TagClassName
{
border-color: #790CCA;
}
</style>