Shades of Dark Violet #790AC6
Tints of Dark Violet #790AC6
RGB
CMYK
RGB Variations
Color information
#790AC6 (or 0x790AC6) is known color: Dark Violet. HEX triplet: 79, 0A and C6. RGB value is (121,10,198). Sum of RGB (Red+Green+Blue) = 121+10+198=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 198 (77.73% from 255 or 60.18% from 329); Max value from RGB is 198 - color contains mainly: blue. Hex color #790AC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790AC6 is #86F539. Grayscale: #3F3F3F. Windows color (decimal): -8844602 or 12978809. OLE color: 12978809.
HSL color Cylindrical-coordinate representation of color #790AC6: hue angle of 275.43º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790AC6 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 10 | 198 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.22 |
| HSL | 275.43º | 0.9% | 0.41% | - |
| HSV(B) | 275.43º | 0.95% | 0.78% | - |
| XYZ | 18.19 | 8.36 | 54.08 | - |
| YUV | 64.62 | 203.27 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 10 | 198 | 0.39 | 0.95 | 0 | 0.22 | 275.43 | 0.9 | 0.41 |
| Hex | 79 | A | C6 | 27 | 5F | 0 | 16 | 113 | 5A | 29 |
| Octal | 171 | 12 | 306 | 47 | 137 | 0 | 26 | 423 | 132 | 51 |
| Binary | 1111001 | 1010 | 11000110 | 100111 | 1011111 | 0 | 10110 | 100010011 | 1011010 | 101001 |
Color Harmonies of #790AC6
Complementary color
Monochromatic Colors of #790AC6
Black with #790AC6
Text Example
Text Example
White with #790AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790AC6; }
p { color: rgb(121,10,198); }
H1.HeaderClassName
{
color: #790AC6;
}
.AnyTagClassName
{
color: #790AC6;
}
</style>
background-color css
<style>
a { background-color: #790AC6; }
a { background-color: rgb(121,10,198); }
div.DivClassName
{
background-color: #790AC6;
}
.BgClassName
{
background-color: #790AC6;
}
</style>
border-color css
<style>
span { border-color: #790AC6; }
span { border-color: rgb(121,10,198); }
td.TdClassName
{
border-color: #790AC6;
}
.TagClassName
{
border-color: #790AC6;
}
</style>