Shades of Blue Violet #722FE6
Tints of Blue Violet #722FE6
RGB
CMYK
RGB Variations
Color information
#722FE6 (or 0x722FE6) is known color: Blue Violet. HEX triplet: 72, 2F and E6. RGB value is (114,47,230). Sum of RGB (Red+Green+Blue) = 114+47+230=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 230 (90.23% from 255 or 58.82% from 391); Max value from RGB is 230 - color contains mainly: blue. Hex color #722FE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #722FE6 is #8DD019. Grayscale: #575757. Windows color (decimal): -9293850 or 15085426. OLE color: 15085426.
HSL color Cylindrical-coordinate representation of color #722FE6: hue angle of 261.97º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #722FE6 is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 47 | 230 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.10 |
| HSL | 261.97º | 0.79% | 0.54% | - |
| HSV(B) | 261.97º | 0.8% | 0.9% | - |
| XYZ | 22.24 | 11.32 | 75.88 | - |
| YUV | 87.9 | 208.2 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 230 | 0.50 | 0.80 | 0 | 0.10 | 261.97 | 0.79 | 0.54 |
| Hex | 72 | 2F | E6 | 32 | 50 | 0 | A | 106 | 4F | 36 |
| Octal | 162 | 57 | 346 | 62 | 120 | 0 | 12 | 406 | 117 | 66 |
| Binary | 1110010 | 101111 | 11100110 | 110010 | 1010000 | 0 | 1010 | 100000110 | 1001111 | 110110 |
Color Harmonies of #722FE6
Complementary color
Monochromatic Colors of #722FE6
Black with #722FE6
Text Example
Text Example
White with #722FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722FE6; }
p { color: rgb(114,47,230); }
H1.HeaderClassName
{
color: #722FE6;
}
.AnyTagClassName
{
color: #722FE6;
}
</style>
background-color css
<style>
a { background-color: #722FE6; }
a { background-color: rgb(114,47,230); }
div.DivClassName
{
background-color: #722FE6;
}
.BgClassName
{
background-color: #722FE6;
}
</style>
border-color css
<style>
span { border-color: #722FE6; }
span { border-color: rgb(114,47,230); }
td.TdClassName
{
border-color: #722FE6;
}
.TagClassName
{
border-color: #722FE6;
}
</style>