Shades of Blue Violet #7122EA
Tints of Blue Violet #7122EA
RGB
CMYK
RGB Variations
Color information
#7122EA (or 0x7122EA) is known color: Blue Violet. HEX triplet: 71, 22 and EA. RGB value is (113,34,234). Sum of RGB (Red+Green+Blue) = 113+34+234=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #7122EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7122EA is #8EDD15. Grayscale: #4F4F4F. Windows color (decimal): -9362710 or 15344241. OLE color: 15344241.
HSL color Cylindrical-coordinate representation of color #7122EA: hue angle of 263.7º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7122EA is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 34 | 234 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.08 |
| HSL | 263.7º | 0.83% | 0.53% | - |
| HSV(B) | 263.7º | 0.85% | 0.92% | - |
| XYZ | 22.23 | 10.6 | 78.72 | - |
| YUV | 80.42 | 214.67 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 234 | 0.52 | 0.85 | 0 | 0.08 | 263.7 | 0.83 | 0.53 |
| Hex | 71 | 22 | EA | 34 | 55 | 0 | 8 | 108 | 53 | 35 |
| Octal | 161 | 42 | 352 | 64 | 125 | 0 | 10 | 410 | 123 | 65 |
| Binary | 1110001 | 100010 | 11101010 | 110100 | 1010101 | 0 | 1000 | 100001000 | 1010011 | 110101 |
Color Harmonies of #7122EA
Complementary color
Monochromatic Colors of #7122EA
Black with #7122EA
Text Example
Text Example
White with #7122EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7122EA; }
p { color: rgb(113,34,234); }
H1.HeaderClassName
{
color: #7122EA;
}
.AnyTagClassName
{
color: #7122EA;
}
</style>
background-color css
<style>
a { background-color: #7122EA; }
a { background-color: rgb(113,34,234); }
div.DivClassName
{
background-color: #7122EA;
}
.BgClassName
{
background-color: #7122EA;
}
</style>
border-color css
<style>
span { border-color: #7122EA; }
span { border-color: rgb(113,34,234); }
td.TdClassName
{
border-color: #7122EA;
}
.TagClassName
{
border-color: #7122EA;
}
</style>