Shades of Dark Violet #7A08CE
Tints of Dark Violet #7A08CE
RGB
CMYK
RGB Variations
Color information
#7A08CE (or 0x7A08CE) is known color: Dark Violet. HEX triplet: 7A, 08 and CE. RGB value is (122,8,206). Sum of RGB (Red+Green+Blue) = 122+8+206=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A08CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A08CE is #85F731. Grayscale: #3F3F3F. Windows color (decimal): -8779570 or 13502586. OLE color: 13502586.
HSL color Cylindrical-coordinate representation of color #7A08CE: hue angle of 274.55º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A08CE is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 8 | 206 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.19 |
| HSL | 274.55º | 0.93% | 0.42% | - |
| HSV(B) | 274.55º | 0.96% | 0.81% | - |
| XYZ | 19.25 | 8.77 | 59.07 | - |
| YUV | 64.66 | 207.77 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 206 | 0.41 | 0.96 | 0 | 0.19 | 274.55 | 0.93 | 0.42 |
| Hex | 7A | 8 | CE | 29 | 60 | 0 | 13 | 113 | 5D | 2A |
| Octal | 172 | 10 | 316 | 51 | 140 | 0 | 23 | 423 | 135 | 52 |
| Binary | 1111010 | 1000 | 11001110 | 101001 | 1100000 | 0 | 10011 | 100010011 | 1011101 | 101010 |
Color Harmonies of #7A08CE
Complementary color
Monochromatic Colors of #7A08CE
Black with #7A08CE
Text Example
Text Example
White with #7A08CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A08CE; }
p { color: rgb(122,8,206); }
H1.HeaderClassName
{
color: #7A08CE;
}
.AnyTagClassName
{
color: #7A08CE;
}
</style>
background-color css
<style>
a { background-color: #7A08CE; }
a { background-color: rgb(122,8,206); }
div.DivClassName
{
background-color: #7A08CE;
}
.BgClassName
{
background-color: #7A08CE;
}
</style>
border-color css
<style>
span { border-color: #7A08CE; }
span { border-color: rgb(122,8,206); }
td.TdClassName
{
border-color: #7A08CE;
}
.TagClassName
{
border-color: #7A08CE;
}
</style>