Shades of Blue Violet #722FEA
Tints of Blue Violet #722FEA
RGB
CMYK
RGB Variations
Color information
#722FEA (or 0x722FEA) is known color: Blue Violet. HEX triplet: 72, 2F and EA. RGB value is (114,47,234). Sum of RGB (Red+Green+Blue) = 114+47+234=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #722FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #722FEA is #8DD015. Grayscale: #575757. Windows color (decimal): -9293846 or 15347570. OLE color: 15347570.
HSL color Cylindrical-coordinate representation of color #722FEA: hue angle of 261.5º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #722FEA is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 47 | 234 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.08 |
| HSL | 261.5º | 0.82% | 0.55% | - |
| HSV(B) | 261.5º | 0.8% | 0.92% | - |
| XYZ | 22.81 | 11.55 | 78.87 | - |
| YUV | 88.35 | 210.2 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 234 | 0.51 | 0.80 | 0 | 0.08 | 261.5 | 0.82 | 0.55 |
| Hex | 72 | 2F | EA | 33 | 50 | 0 | 8 | 105 | 52 | 37 |
| Octal | 162 | 57 | 352 | 63 | 120 | 0 | 10 | 405 | 122 | 67 |
| Binary | 1110010 | 101111 | 11101010 | 110011 | 1010000 | 0 | 1000 | 100000101 | 1010010 | 110111 |
Color Harmonies of #722FEA
Complementary color
Monochromatic Colors of #722FEA
Black with #722FEA
Text Example
Text Example
White with #722FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722FEA; }
p { color: rgb(114,47,234); }
H1.HeaderClassName
{
color: #722FEA;
}
.AnyTagClassName
{
color: #722FEA;
}
</style>
background-color css
<style>
a { background-color: #722FEA; }
a { background-color: rgb(114,47,234); }
div.DivClassName
{
background-color: #722FEA;
}
.BgClassName
{
background-color: #722FEA;
}
</style>
border-color css
<style>
span { border-color: #722FEA; }
span { border-color: rgb(114,47,234); }
td.TdClassName
{
border-color: #722FEA;
}
.TagClassName
{
border-color: #722FEA;
}
</style>