Shades of Blue Violet #7A2CEA
Tints of Blue Violet #7A2CEA
RGB
CMYK
RGB Variations
Color information
#7A2CEA (or 0x7A2CEA) is known color: Blue Violet. HEX triplet: 7A, 2C and EA. RGB value is (122,44,234). Sum of RGB (Red+Green+Blue) = 122+44+234=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A2CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A2CEA is #85D315. Grayscale: #585858. Windows color (decimal): -8770326 or 15346810. OLE color: 15346810.
HSL color Cylindrical-coordinate representation of color #7A2CEA: hue angle of 264.63º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A2CEA is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 44 | 234 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.08 |
| HSL | 264.63º | 0.82% | 0.55% | - |
| HSV(B) | 264.63º | 0.81% | 0.92% | - |
| XYZ | 23.78 | 11.88 | 78.88 | - |
| YUV | 88.98 | 209.84 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 44 | 234 | 0.48 | 0.81 | 0 | 0.08 | 264.63 | 0.82 | 0.55 |
| Hex | 7A | 2C | EA | 30 | 51 | 0 | 8 | 109 | 52 | 37 |
| Octal | 172 | 54 | 352 | 60 | 121 | 0 | 10 | 411 | 122 | 67 |
| Binary | 1111010 | 101100 | 11101010 | 110000 | 1010001 | 0 | 1000 | 100001001 | 1010010 | 110111 |
Color Harmonies of #7A2CEA
Complementary color
Monochromatic Colors of #7A2CEA
Black with #7A2CEA
Text Example
Text Example
White with #7A2CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2CEA; }
p { color: rgb(122,44,234); }
H1.HeaderClassName
{
color: #7A2CEA;
}
.AnyTagClassName
{
color: #7A2CEA;
}
</style>
background-color css
<style>
a { background-color: #7A2CEA; }
a { background-color: rgb(122,44,234); }
div.DivClassName
{
background-color: #7A2CEA;
}
.BgClassName
{
background-color: #7A2CEA;
}
</style>
border-color css
<style>
span { border-color: #7A2CEA; }
span { border-color: rgb(122,44,234); }
td.TdClassName
{
border-color: #7A2CEA;
}
.TagClassName
{
border-color: #7A2CEA;
}
</style>