Shades of Blue Violet #722FEE
Tints of Blue Violet #722FEE
RGB
CMYK
RGB Variations
Color information
#722FEE (or 0x722FEE) is known color: Blue Violet. HEX triplet: 72, 2F and EE. RGB value is (114,47,238). Sum of RGB (Red+Green+Blue) = 114+47+238=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #722FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #722FEE is #8DD011. Grayscale: #585858. Windows color (decimal): -9293842 or 15609714. OLE color: 15609714.
HSL color Cylindrical-coordinate representation of color #722FEE: hue angle of 261.05º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #722FEE is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 47 | 238 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.07 |
| HSL | 261.05º | 0.85% | 0.56% | - |
| HSV(B) | 261.05º | 0.8% | 0.93% | - |
| XYZ | 23.39 | 11.78 | 81.93 | - |
| YUV | 88.81 | 212.2 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 238 | 0.52 | 0.80 | 0 | 0.07 | 261.05 | 0.85 | 0.56 |
| Hex | 72 | 2F | EE | 34 | 50 | 0 | 7 | 105 | 55 | 38 |
| Octal | 162 | 57 | 356 | 64 | 120 | 0 | 7 | 405 | 125 | 70 |
| Binary | 1110010 | 101111 | 11101110 | 110100 | 1010000 | 0 | 111 | 100000101 | 1010101 | 111000 |
Color Harmonies of #722FEE
Complementary color
Monochromatic Colors of #722FEE
Black with #722FEE
Text Example
Text Example
White with #722FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722FEE; }
p { color: rgb(114,47,238); }
H1.HeaderClassName
{
color: #722FEE;
}
.AnyTagClassName
{
color: #722FEE;
}
</style>
background-color css
<style>
a { background-color: #722FEE; }
a { background-color: rgb(114,47,238); }
div.DivClassName
{
background-color: #722FEE;
}
.BgClassName
{
background-color: #722FEE;
}
</style>
border-color css
<style>
span { border-color: #722FEE; }
span { border-color: rgb(114,47,238); }
td.TdClassName
{
border-color: #722FEE;
}
.TagClassName
{
border-color: #722FEE;
}
</style>