Shades of Dark Violet #7A0AE4
Tints of Dark Violet #7A0AE4
RGB
CMYK
RGB Variations
Color information
#7A0AE4 (or 0x7A0AE4) is known color: Dark Violet. HEX triplet: 7A, 0A and E4. RGB value is (122,10,228). Sum of RGB (Red+Green+Blue) = 122+10+228=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 228 (89.45% from 255 or 63.33% from 360); Max value from RGB is 228 - color contains mainly: blue. Hex color #7A0AE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0AE4 is #85F51B. Grayscale: #434343. Windows color (decimal): -8779036 or 14944890. OLE color: 14944890.
HSL color Cylindrical-coordinate representation of color #7A0AE4: hue angle of 270.83º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A0AE4 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 122 | 10 | 228 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.11 |
| HSL | 270.83º | 0.92% | 0.47% | - |
| HSV(B) | 270.83º | 0.96% | 0.89% | - |
| XYZ | 22.14 | 9.96 | 74.15 | - |
| YUV | 68.34 | 218.11 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 10 | 228 | 0.46 | 0.96 | 0 | 0.11 | 270.83 | 0.92 | 0.47 |
| Hex | 7A | A | E4 | 2E | 60 | 0 | B | 10F | 5C | 2F |
| Octal | 172 | 12 | 344 | 56 | 140 | 0 | 13 | 417 | 134 | 57 |
| Binary | 1111010 | 1010 | 11100100 | 101110 | 1100000 | 0 | 1011 | 100001111 | 1011100 | 101111 |
Color Harmonies of #7A0AE4
Complementary color
Monochromatic Colors of #7A0AE4
Black with #7A0AE4
Text Example
Text Example
White with #7A0AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0AE4; }
p { color: rgb(122,10,228); }
H1.HeaderClassName
{
color: #7A0AE4;
}
.AnyTagClassName
{
color: #7A0AE4;
}
</style>
background-color css
<style>
a { background-color: #7A0AE4; }
a { background-color: rgb(122,10,228); }
div.DivClassName
{
background-color: #7A0AE4;
}
.BgClassName
{
background-color: #7A0AE4;
}
</style>
border-color css
<style>
span { border-color: #7A0AE4; }
span { border-color: rgb(122,10,228); }
td.TdClassName
{
border-color: #7A0AE4;
}
.TagClassName
{
border-color: #7A0AE4;
}
</style>