Shades of Blue Violet #7A2CEB
Tints of Blue Violet #7A2CEB
RGB
CMYK
RGB Variations
Color information
#7A2CEB (or 0x7A2CEB) is known color: Blue Violet. HEX triplet: 7A, 2C and EB. RGB value is (122,44,235). Sum of RGB (Red+Green+Blue) = 122+44+235=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A2CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A2CEB is #85D314. Grayscale: #585858. Windows color (decimal): -8770325 or 15412346. OLE color: 15412346.
HSL color Cylindrical-coordinate representation of color #7A2CEB: hue angle of 264.5º degrees, saturation: 0.83, 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 #7A2CEB is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 44 | 235 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.08 |
| HSL | 264.5º | 0.83% | 0.55% | - |
| HSV(B) | 264.5º | 0.81% | 0.92% | - |
| XYZ | 23.92 | 11.94 | 79.64 | - |
| YUV | 89.1 | 210.34 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 44 | 235 | 0.48 | 0.81 | 0 | 0.08 | 264.5 | 0.83 | 0.55 |
| Hex | 7A | 2C | EB | 30 | 51 | 0 | 8 | 109 | 53 | 37 |
| Octal | 172 | 54 | 353 | 60 | 121 | 0 | 10 | 411 | 123 | 67 |
| Binary | 1111010 | 101100 | 11101011 | 110000 | 1010001 | 0 | 1000 | 100001001 | 1010011 | 110111 |
Color Harmonies of #7A2CEB
Complementary color
Monochromatic Colors of #7A2CEB
Black with #7A2CEB
Text Example
Text Example
White with #7A2CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2CEB; }
p { color: rgb(122,44,235); }
H1.HeaderClassName
{
color: #7A2CEB;
}
.AnyTagClassName
{
color: #7A2CEB;
}
</style>
background-color css
<style>
a { background-color: #7A2CEB; }
a { background-color: rgb(122,44,235); }
div.DivClassName
{
background-color: #7A2CEB;
}
.BgClassName
{
background-color: #7A2CEB;
}
</style>
border-color css
<style>
span { border-color: #7A2CEB; }
span { border-color: rgb(122,44,235); }
td.TdClassName
{
border-color: #7A2CEB;
}
.TagClassName
{
border-color: #7A2CEB;
}
</style>