Shades of Dark Violet #7A0CD5
Tints of Dark Violet #7A0CD5
RGB
CMYK
RGB Variations
Color information
#7A0CD5 (or 0x7A0CD5) is known color: Dark Violet. HEX triplet: 7A, 0C and D5. RGB value is (122,12,213). Sum of RGB (Red+Green+Blue) = 122+12+213=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 213 (83.59% from 255 or 61.38% from 347); Max value from RGB is 213 - color contains mainly: blue. Hex color #7A0CD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0CD5 is #85F32A. Grayscale: #434343. Windows color (decimal): -8778539 or 13962362. OLE color: 13962362.
HSL color Cylindrical-coordinate representation of color #7A0CD5: hue angle of 272.84º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0CD5 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 12 | 213 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.16 |
| HSL | 272.84º | 0.89% | 0.44% | - |
| HSV(B) | 272.84º | 0.94% | 0.84% | - |
| XYZ | 20.17 | 9.2 | 63.66 | - |
| YUV | 67.8 | 209.94 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 12 | 213 | 0.43 | 0.94 | 0 | 0.16 | 272.84 | 0.89 | 0.44 |
| Hex | 7A | C | D5 | 2B | 5E | 0 | 10 | 111 | 59 | 2C |
| Octal | 172 | 14 | 325 | 53 | 136 | 0 | 20 | 421 | 131 | 54 |
| Binary | 1111010 | 1100 | 11010101 | 101011 | 1011110 | 0 | 10000 | 100010001 | 1011001 | 101100 |
Color Harmonies of #7A0CD5
Complementary color
Monochromatic Colors of #7A0CD5
Black with #7A0CD5
Text Example
Text Example
White with #7A0CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0CD5; }
p { color: rgb(122,12,213); }
H1.HeaderClassName
{
color: #7A0CD5;
}
.AnyTagClassName
{
color: #7A0CD5;
}
</style>
background-color css
<style>
a { background-color: #7A0CD5; }
a { background-color: rgb(122,12,213); }
div.DivClassName
{
background-color: #7A0CD5;
}
.BgClassName
{
background-color: #7A0CD5;
}
</style>
border-color css
<style>
span { border-color: #7A0CD5; }
span { border-color: rgb(122,12,213); }
td.TdClassName
{
border-color: #7A0CD5;
}
.TagClassName
{
border-color: #7A0CD5;
}
</style>