Shades of Blue Violet #7A2DEC
Tints of Blue Violet #7A2DEC
RGB
CMYK
RGB Variations
Color information
#7A2DEC (or 0x7A2DEC) is known color: Blue Violet. HEX triplet: 7A, 2D and EC. RGB value is (122,45,236). Sum of RGB (Red+Green+Blue) = 122+45+236=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A2DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A2DEC is #85D213. Grayscale: #595959. Windows color (decimal): -8770068 or 15478138. OLE color: 15478138.
HSL color Cylindrical-coordinate representation of color #7A2DEC: hue angle of 264.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A2DEC is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 45 | 236 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.07 |
| HSL | 264.19º | 0.83% | 0.55% | - |
| HSV(B) | 264.19º | 0.81% | 0.93% | - |
| XYZ | 24.1 | 12.07 | 80.42 | - |
| YUV | 89.8 | 210.51 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 45 | 236 | 0.48 | 0.81 | 0 | 0.07 | 264.19 | 0.83 | 0.55 |
| Hex | 7A | 2D | EC | 30 | 51 | 0 | 7 | 108 | 53 | 37 |
| Octal | 172 | 55 | 354 | 60 | 121 | 0 | 7 | 410 | 123 | 67 |
| Binary | 1111010 | 101101 | 11101100 | 110000 | 1010001 | 0 | 111 | 100001000 | 1010011 | 110111 |
Color Harmonies of #7A2DEC
Complementary color
Monochromatic Colors of #7A2DEC
Black with #7A2DEC
Text Example
Text Example
White with #7A2DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2DEC; }
p { color: rgb(122,45,236); }
H1.HeaderClassName
{
color: #7A2DEC;
}
.AnyTagClassName
{
color: #7A2DEC;
}
</style>
background-color css
<style>
a { background-color: #7A2DEC; }
a { background-color: rgb(122,45,236); }
div.DivClassName
{
background-color: #7A2DEC;
}
.BgClassName
{
background-color: #7A2DEC;
}
</style>
border-color css
<style>
span { border-color: #7A2DEC; }
span { border-color: rgb(122,45,236); }
td.TdClassName
{
border-color: #7A2DEC;
}
.TagClassName
{
border-color: #7A2DEC;
}
</style>