Shades of Blue Violet #7A2BE0
Tints of Blue Violet #7A2BE0
RGB
CMYK
RGB Variations
Color information
#7A2BE0 (or 0x7A2BE0) is known color: Blue Violet. HEX triplet: 7A, 2B and E0. RGB value is (122,43,224). Sum of RGB (Red+Green+Blue) = 122+43+224=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 224 (87.89% from 255 or 57.58% from 389); Max value from RGB is 224 - color contains mainly: blue. Hex color #7A2BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2BE0 is #85D41F. Grayscale: #565656. Windows color (decimal): -8770592 or 14691194. OLE color: 14691194.
HSL color Cylindrical-coordinate representation of color #7A2BE0: hue angle of 266.19º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A2BE0 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 122 | 43 | 224 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.12 |
| HSL | 266.19º | 0.74% | 0.52% | - |
| HSV(B) | 266.19º | 0.81% | 0.88% | - |
| XYZ | 22.34 | 11.25 | 71.51 | - |
| YUV | 87.26 | 205.17 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 43 | 224 | 0.46 | 0.81 | 0 | 0.12 | 266.19 | 0.74 | 0.52 |
| Hex | 7A | 2B | E0 | 2E | 51 | 0 | C | 10A | 4A | 34 |
| Octal | 172 | 53 | 340 | 56 | 121 | 0 | 14 | 412 | 112 | 64 |
| Binary | 1111010 | 101011 | 11100000 | 101110 | 1010001 | 0 | 1100 | 100001010 | 1001010 | 110100 |
Color Harmonies of #7A2BE0
Complementary color
Monochromatic Colors of #7A2BE0
Black with #7A2BE0
Text Example
Text Example
White with #7A2BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2BE0; }
p { color: rgb(122,43,224); }
H1.HeaderClassName
{
color: #7A2BE0;
}
.AnyTagClassName
{
color: #7A2BE0;
}
</style>
background-color css
<style>
a { background-color: #7A2BE0; }
a { background-color: rgb(122,43,224); }
div.DivClassName
{
background-color: #7A2BE0;
}
.BgClassName
{
background-color: #7A2BE0;
}
</style>
border-color css
<style>
span { border-color: #7A2BE0; }
span { border-color: rgb(122,43,224); }
td.TdClassName
{
border-color: #7A2BE0;
}
.TagClassName
{
border-color: #7A2BE0;
}
</style>