Shades of Blue Violet #722BE2
Tints of Blue Violet #722BE2
RGB
CMYK
RGB Variations
Color information
#722BE2 (or 0x722BE2) is known color: Blue Violet. HEX triplet: 72, 2B and E2. RGB value is (114,43,226). Sum of RGB (Red+Green+Blue) = 114+43+226=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 226 (88.67% from 255 or 59.01% from 383); Max value from RGB is 226 - color contains mainly: blue. Hex color #722BE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722BE2 is #8DD41D. Grayscale: #545454. Windows color (decimal): -9294878 or 14822258. OLE color: 14822258.
HSL color Cylindrical-coordinate representation of color #722BE2: hue angle of 263.28º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #722BE2 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 43 | 226 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.11 |
| HSL | 263.28º | 0.76% | 0.53% | - |
| HSV(B) | 263.28º | 0.81% | 0.89% | - |
| XYZ | 21.53 | 10.8 | 72.9 | - |
| YUV | 85.09 | 207.52 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 226 | 0.50 | 0.81 | 0 | 0.11 | 263.28 | 0.76 | 0.53 |
| Hex | 72 | 2B | E2 | 32 | 51 | 0 | B | 107 | 4C | 35 |
| Octal | 162 | 53 | 342 | 62 | 121 | 0 | 13 | 407 | 114 | 65 |
| Binary | 1110010 | 101011 | 11100010 | 110010 | 1010001 | 0 | 1011 | 100000111 | 1001100 | 110101 |
Color Harmonies of #722BE2
Complementary color
Monochromatic Colors of #722BE2
Black with #722BE2
Text Example
Text Example
White with #722BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722BE2; }
p { color: rgb(114,43,226); }
H1.HeaderClassName
{
color: #722BE2;
}
.AnyTagClassName
{
color: #722BE2;
}
</style>
background-color css
<style>
a { background-color: #722BE2; }
a { background-color: rgb(114,43,226); }
div.DivClassName
{
background-color: #722BE2;
}
.BgClassName
{
background-color: #722BE2;
}
</style>
border-color css
<style>
span { border-color: #722BE2; }
span { border-color: rgb(114,43,226); }
td.TdClassName
{
border-color: #722BE2;
}
.TagClassName
{
border-color: #722BE2;
}
</style>