Shades of Blue Violet #7A1AEA
Tints of Blue Violet #7A1AEA
RGB
CMYK
RGB Variations
Color information
#7A1AEA (or 0x7A1AEA) is known color: Blue Violet. HEX triplet: 7A, 1A and EA. RGB value is (122,26,234). Sum of RGB (Red+Green+Blue) = 122+26+234=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A1AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1AEA is #85E515. Grayscale: #4D4D4D. Windows color (decimal): -8774934 or 15342202. OLE color: 15342202.
HSL color Cylindrical-coordinate representation of color #7A1AEA: hue angle of 267.69º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A1AEA is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 26 | 234 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.08 |
| HSL | 267.69º | 0.83% | 0.51% | - |
| HSV(B) | 267.69º | 0.89% | 0.92% | - |
| XYZ | 23.25 | 10.82 | 78.7 | - |
| YUV | 78.42 | 215.8 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 26 | 234 | 0.48 | 0.89 | 0 | 0.08 | 267.69 | 0.83 | 0.51 |
| Hex | 7A | 1A | EA | 30 | 59 | 0 | 8 | 10C | 53 | 33 |
| Octal | 172 | 32 | 352 | 60 | 131 | 0 | 10 | 414 | 123 | 63 |
| Binary | 1111010 | 11010 | 11101010 | 110000 | 1011001 | 0 | 1000 | 100001100 | 1010011 | 110011 |
Color Harmonies of #7A1AEA
Complementary color
Monochromatic Colors of #7A1AEA
Black with #7A1AEA
Text Example
Text Example
White with #7A1AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1AEA; }
p { color: rgb(122,26,234); }
H1.HeaderClassName
{
color: #7A1AEA;
}
.AnyTagClassName
{
color: #7A1AEA;
}
</style>
background-color css
<style>
a { background-color: #7A1AEA; }
a { background-color: rgb(122,26,234); }
div.DivClassName
{
background-color: #7A1AEA;
}
.BgClassName
{
background-color: #7A1AEA;
}
</style>
border-color css
<style>
span { border-color: #7A1AEA; }
span { border-color: rgb(122,26,234); }
td.TdClassName
{
border-color: #7A1AEA;
}
.TagClassName
{
border-color: #7A1AEA;
}
</style>