Shades of Blue Violet #722FE9
Tints of Blue Violet #722FE9
RGB
CMYK
RGB Variations
Color information
#722FE9 (or 0x722FE9) is known color: Blue Violet. HEX triplet: 72, 2F and E9. RGB value is (114,47,233). Sum of RGB (Red+Green+Blue) = 114+47+233=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 233 (91.41% from 255 or 59.14% from 394); Max value from RGB is 233 - color contains mainly: blue. Hex color #722FE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #722FE9 is #8DD016. Grayscale: #575757. Windows color (decimal): -9293847 or 15282034. OLE color: 15282034.
HSL color Cylindrical-coordinate representation of color #722FE9: hue angle of 261.61º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #722FE9 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 47 | 233 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.09 |
| HSL | 261.61º | 0.81% | 0.55% | - |
| HSV(B) | 261.61º | 0.8% | 0.91% | - |
| XYZ | 22.66 | 11.49 | 78.11 | - |
| YUV | 88.24 | 209.7 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 233 | 0.51 | 0.80 | 0 | 0.09 | 261.61 | 0.81 | 0.55 |
| Hex | 72 | 2F | E9 | 33 | 50 | 0 | 9 | 106 | 51 | 37 |
| Octal | 162 | 57 | 351 | 63 | 120 | 0 | 11 | 406 | 121 | 67 |
| Binary | 1110010 | 101111 | 11101001 | 110011 | 1010000 | 0 | 1001 | 100000110 | 1010001 | 110111 |
Color Harmonies of #722FE9
Complementary color
Monochromatic Colors of #722FE9
Black with #722FE9
Text Example
Text Example
White with #722FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722FE9; }
p { color: rgb(114,47,233); }
H1.HeaderClassName
{
color: #722FE9;
}
.AnyTagClassName
{
color: #722FE9;
}
</style>
background-color css
<style>
a { background-color: #722FE9; }
a { background-color: rgb(114,47,233); }
div.DivClassName
{
background-color: #722FE9;
}
.BgClassName
{
background-color: #722FE9;
}
</style>
border-color css
<style>
span { border-color: #722FE9; }
span { border-color: rgb(114,47,233); }
td.TdClassName
{
border-color: #722FE9;
}
.TagClassName
{
border-color: #722FE9;
}
</style>