Shades of Blue Violet #721EE4
Tints of Blue Violet #721EE4
RGB
CMYK
RGB Variations
Color information
#721EE4 (or 0x721EE4) is known color: Blue Violet. HEX triplet: 72, 1E and E4. RGB value is (114,30,228). Sum of RGB (Red+Green+Blue) = 114+30+228=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 228 (89.45% from 255 or 61.29% from 372); Max value from RGB is 228 - color contains mainly: blue. Hex color #721EE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721EE4 is #8DE11B. Grayscale: #4C4C4C. Windows color (decimal): -9298204 or 14950002. OLE color: 14950002.
HSL color Cylindrical-coordinate representation of color #721EE4: hue angle of 265.45º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #721EE4 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 30 | 228 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.11 |
| HSL | 265.45º | 0.79% | 0.51% | - |
| HSV(B) | 265.45º | 0.87% | 0.89% | - |
| XYZ | 21.41 | 10.11 | 74.22 | - |
| YUV | 77.69 | 212.83 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 228 | 0.50 | 0.87 | 0 | 0.11 | 265.45 | 0.79 | 0.51 |
| Hex | 72 | 1E | E4 | 32 | 57 | 0 | B | 109 | 4F | 33 |
| Octal | 162 | 36 | 344 | 62 | 127 | 0 | 13 | 411 | 117 | 63 |
| Binary | 1110010 | 11110 | 11100100 | 110010 | 1010111 | 0 | 1011 | 100001001 | 1001111 | 110011 |
Color Harmonies of #721EE4
Complementary color
Monochromatic Colors of #721EE4
Black with #721EE4
Text Example
Text Example
White with #721EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721EE4; }
p { color: rgb(114,30,228); }
H1.HeaderClassName
{
color: #721EE4;
}
.AnyTagClassName
{
color: #721EE4;
}
</style>
background-color css
<style>
a { background-color: #721EE4; }
a { background-color: rgb(114,30,228); }
div.DivClassName
{
background-color: #721EE4;
}
.BgClassName
{
background-color: #721EE4;
}
</style>
border-color css
<style>
span { border-color: #721EE4; }
span { border-color: rgb(114,30,228); }
td.TdClassName
{
border-color: #721EE4;
}
.TagClassName
{
border-color: #721EE4;
}
</style>