Shades of Blue Violet #722FEC
Tints of Blue Violet #722FEC
RGB
CMYK
RGB Variations
Color information
#722FEC (or 0x722FEC) is known color: Blue Violet. HEX triplet: 72, 2F and EC. RGB value is (114,47,236). Sum of RGB (Red+Green+Blue) = 114+47+236=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #722FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #722FEC is #8DD013. Grayscale: #575757. Windows color (decimal): -9293844 or 15478642. OLE color: 15478642.
HSL color Cylindrical-coordinate representation of color #722FEC: hue angle of 261.27º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #722FEC is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 47 | 236 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.07 |
| HSL | 261.27º | 0.83% | 0.55% | - |
| HSV(B) | 261.27º | 0.8% | 0.93% | - |
| XYZ | 23.1 | 11.67 | 80.39 | - |
| YUV | 88.58 | 211.2 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 236 | 0.52 | 0.80 | 0 | 0.07 | 261.27 | 0.83 | 0.55 |
| Hex | 72 | 2F | EC | 34 | 50 | 0 | 7 | 105 | 53 | 37 |
| Octal | 162 | 57 | 354 | 64 | 120 | 0 | 7 | 405 | 123 | 67 |
| Binary | 1110010 | 101111 | 11101100 | 110100 | 1010000 | 0 | 111 | 100000101 | 1010011 | 110111 |
Color Harmonies of #722FEC
Complementary color
Monochromatic Colors of #722FEC
Black with #722FEC
Text Example
Text Example
White with #722FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722FEC; }
p { color: rgb(114,47,236); }
H1.HeaderClassName
{
color: #722FEC;
}
.AnyTagClassName
{
color: #722FEC;
}
</style>
background-color css
<style>
a { background-color: #722FEC; }
a { background-color: rgb(114,47,236); }
div.DivClassName
{
background-color: #722FEC;
}
.BgClassName
{
background-color: #722FEC;
}
</style>
border-color css
<style>
span { border-color: #722FEC; }
span { border-color: rgb(114,47,236); }
td.TdClassName
{
border-color: #722FEC;
}
.TagClassName
{
border-color: #722FEC;
}
</style>