Shades of Blue Violet #722BEB
Tints of Blue Violet #722BEB
RGB
CMYK
RGB Variations
Color information
#722BEB (or 0x722BEB) is known color: Blue Violet. HEX triplet: 72, 2B and EB. RGB value is (114,43,235). Sum of RGB (Red+Green+Blue) = 114+43+235=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #722BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #722BEB is #8DD414. Grayscale: #555555. Windows color (decimal): -9294869 or 15412082. OLE color: 15412082.
HSL color Cylindrical-coordinate representation of color #722BEB: hue angle of 262.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #722BEB is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 43 | 235 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.08 |
| HSL | 262.19º | 0.83% | 0.55% | - |
| HSV(B) | 262.19º | 0.82% | 0.92% | - |
| XYZ | 22.8 | 11.3 | 79.58 | - |
| YUV | 86.12 | 212.02 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 235 | 0.51 | 0.82 | 0 | 0.08 | 262.19 | 0.83 | 0.55 |
| Hex | 72 | 2B | EB | 33 | 52 | 0 | 8 | 106 | 53 | 37 |
| Octal | 162 | 53 | 353 | 63 | 122 | 0 | 10 | 406 | 123 | 67 |
| Binary | 1110010 | 101011 | 11101011 | 110011 | 1010010 | 0 | 1000 | 100000110 | 1010011 | 110111 |
Color Harmonies of #722BEB
Complementary color
Monochromatic Colors of #722BEB
Black with #722BEB
Text Example
Text Example
White with #722BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722BEB; }
p { color: rgb(114,43,235); }
H1.HeaderClassName
{
color: #722BEB;
}
.AnyTagClassName
{
color: #722BEB;
}
</style>
background-color css
<style>
a { background-color: #722BEB; }
a { background-color: rgb(114,43,235); }
div.DivClassName
{
background-color: #722BEB;
}
.BgClassName
{
background-color: #722BEB;
}
</style>
border-color css
<style>
span { border-color: #722BEB; }
span { border-color: rgb(114,43,235); }
td.TdClassName
{
border-color: #722BEB;
}
.TagClassName
{
border-color: #722BEB;
}
</style>