Shades of Blue Violet #722CEB
Tints of Blue Violet #722CEB
RGB
CMYK
RGB Variations
Color information
#722CEB (or 0x722CEB) is known color: Blue Violet. HEX triplet: 72, 2C and EB. RGB value is (114,44,235). Sum of RGB (Red+Green+Blue) = 114+44+235=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 235 (92.19% from 255 or 59.80% from 393); Max value from RGB is 235 - color contains mainly: blue. Hex color #722CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #722CEB is #8DD314. Grayscale: #565656. Windows color (decimal): -9294613 or 15412338. OLE color: 15412338.
HSL color Cylindrical-coordinate representation of color #722CEB: hue angle of 261.99º 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 #722CEB is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 44 | 235 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.08 |
| HSL | 261.99º | 0.83% | 0.55% | - |
| HSV(B) | 261.99º | 0.81% | 0.92% | - |
| XYZ | 22.84 | 11.38 | 79.59 | - |
| YUV | 86.7 | 211.69 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 235 | 0.51 | 0.81 | 0 | 0.08 | 261.99 | 0.83 | 0.55 |
| Hex | 72 | 2C | EB | 33 | 51 | 0 | 8 | 106 | 53 | 37 |
| Octal | 162 | 54 | 353 | 63 | 121 | 0 | 10 | 406 | 123 | 67 |
| Binary | 1110010 | 101100 | 11101011 | 110011 | 1010001 | 0 | 1000 | 100000110 | 1010011 | 110111 |
Color Harmonies of #722CEB
Complementary color
Monochromatic Colors of #722CEB
Black with #722CEB
Text Example
Text Example
White with #722CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722CEB; }
p { color: rgb(114,44,235); }
H1.HeaderClassName
{
color: #722CEB;
}
.AnyTagClassName
{
color: #722CEB;
}
</style>
background-color css
<style>
a { background-color: #722CEB; }
a { background-color: rgb(114,44,235); }
div.DivClassName
{
background-color: #722CEB;
}
.BgClassName
{
background-color: #722CEB;
}
</style>
border-color css
<style>
span { border-color: #722CEB; }
span { border-color: rgb(114,44,235); }
td.TdClassName
{
border-color: #722CEB;
}
.TagClassName
{
border-color: #722CEB;
}
</style>