Shades of Blue Violet #7A12E5
Tints of Blue Violet #7A12E5
RGB
CMYK
RGB Variations
Color information
#7A12E5 (or 0x7A12E5) is known color: Blue Violet. HEX triplet: 7A, 12 and E5. RGB value is (122,18,229). Sum of RGB (Red+Green+Blue) = 122+18+229=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 229 (89.84% from 255 or 62.06% from 369); Max value from RGB is 229 - color contains mainly: blue. Hex color #7A12E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A12E5 is #85ED1A. Grayscale: #484848. Windows color (decimal): -8776987 or 15012474. OLE color: 15012474.
HSL color Cylindrical-coordinate representation of color #7A12E5: hue angle of 269.57º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A12E5 is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 18 | 229 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.10 |
| HSL | 269.57º | 0.85% | 0.48% | - |
| HSV(B) | 269.57º | 0.92% | 0.9% | - |
| XYZ | 22.39 | 10.23 | 74.92 | - |
| YUV | 73.15 | 215.96 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 18 | 229 | 0.47 | 0.92 | 0 | 0.10 | 269.57 | 0.85 | 0.48 |
| Hex | 7A | 12 | E5 | 2F | 5C | 0 | A | 10E | 55 | 30 |
| Octal | 172 | 22 | 345 | 57 | 134 | 0 | 12 | 416 | 125 | 60 |
| Binary | 1111010 | 10010 | 11100101 | 101111 | 1011100 | 0 | 1010 | 100001110 | 1010101 | 110000 |
Color Harmonies of #7A12E5
Complementary color
Monochromatic Colors of #7A12E5
Black with #7A12E5
Text Example
Text Example
White with #7A12E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A12E5; }
p { color: rgb(122,18,229); }
H1.HeaderClassName
{
color: #7A12E5;
}
.AnyTagClassName
{
color: #7A12E5;
}
</style>
background-color css
<style>
a { background-color: #7A12E5; }
a { background-color: rgb(122,18,229); }
div.DivClassName
{
background-color: #7A12E5;
}
.BgClassName
{
background-color: #7A12E5;
}
</style>
border-color css
<style>
span { border-color: #7A12E5; }
span { border-color: rgb(122,18,229); }
td.TdClassName
{
border-color: #7A12E5;
}
.TagClassName
{
border-color: #7A12E5;
}
</style>