Shades of Blue Violet #722FE7
Tints of Blue Violet #722FE7
RGB
CMYK
RGB Variations
Color information
#722FE7 (or 0x722FE7) is known color: Blue Violet. HEX triplet: 72, 2F and E7. RGB value is (114,47,231). Sum of RGB (Red+Green+Blue) = 114+47+231=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 231 (90.62% from 255 or 58.93% from 392); Max value from RGB is 231 - color contains mainly: blue. Hex color #722FE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #722FE7 is #8DD018. Grayscale: #575757. Windows color (decimal): -9293849 or 15150962. OLE color: 15150962.
HSL color Cylindrical-coordinate representation of color #722FE7: hue angle of 261.85º degrees, saturation: 0.79, 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 #722FE7 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 47 | 231 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.09 |
| HSL | 261.85º | 0.79% | 0.55% | - |
| HSV(B) | 261.85º | 0.8% | 0.91% | - |
| XYZ | 22.38 | 11.38 | 76.62 | - |
| YUV | 88.01 | 208.7 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 231 | 0.51 | 0.80 | 0 | 0.09 | 261.85 | 0.79 | 0.55 |
| Hex | 72 | 2F | E7 | 33 | 50 | 0 | 9 | 106 | 4F | 37 |
| Octal | 162 | 57 | 347 | 63 | 120 | 0 | 11 | 406 | 117 | 67 |
| Binary | 1110010 | 101111 | 11100111 | 110011 | 1010000 | 0 | 1001 | 100000110 | 1001111 | 110111 |
Color Harmonies of #722FE7
Complementary color
Monochromatic Colors of #722FE7
Black with #722FE7
Text Example
Text Example
White with #722FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722FE7; }
p { color: rgb(114,47,231); }
H1.HeaderClassName
{
color: #722FE7;
}
.AnyTagClassName
{
color: #722FE7;
}
</style>
background-color css
<style>
a { background-color: #722FE7; }
a { background-color: rgb(114,47,231); }
div.DivClassName
{
background-color: #722FE7;
}
.BgClassName
{
background-color: #722FE7;
}
</style>
border-color css
<style>
span { border-color: #722FE7; }
span { border-color: rgb(114,47,231); }
td.TdClassName
{
border-color: #722FE7;
}
.TagClassName
{
border-color: #722FE7;
}
</style>