Shades of Blue Violet #721EE0
Tints of Blue Violet #721EE0
RGB
CMYK
RGB Variations
Color information
#721EE0 (or 0x721EE0) is known color: Blue Violet. HEX triplet: 72, 1E and E0. RGB value is (114,30,224). Sum of RGB (Red+Green+Blue) = 114+30+224=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 224 (87.89% from 255 or 60.87% from 368); Max value from RGB is 224 - color contains mainly: blue. Hex color #721EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721EE0 is #8DE11F. Grayscale: #4C4C4C. Windows color (decimal): -9298208 or 14687858. OLE color: 14687858.
HSL color Cylindrical-coordinate representation of color #721EE0: hue angle of 265.98º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #721EE0 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 30 | 224 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.12 |
| HSL | 265.98º | 0.76% | 0.5% | - |
| HSV(B) | 265.98º | 0.87% | 0.88% | - |
| XYZ | 20.86 | 9.89 | 71.33 | - |
| YUV | 77.23 | 210.83 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 224 | 0.49 | 0.87 | 0 | 0.12 | 265.98 | 0.76 | 0.5 |
| Hex | 72 | 1E | E0 | 31 | 57 | 0 | C | 10A | 4C | 32 |
| Octal | 162 | 36 | 340 | 61 | 127 | 0 | 14 | 412 | 114 | 62 |
| Binary | 1110010 | 11110 | 11100000 | 110001 | 1010111 | 0 | 1100 | 100001010 | 1001100 | 110010 |
Color Harmonies of #721EE0
Complementary color
Monochromatic Colors of #721EE0
Black with #721EE0
Text Example
Text Example
White with #721EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721EE0; }
p { color: rgb(114,30,224); }
H1.HeaderClassName
{
color: #721EE0;
}
.AnyTagClassName
{
color: #721EE0;
}
</style>
background-color css
<style>
a { background-color: #721EE0; }
a { background-color: rgb(114,30,224); }
div.DivClassName
{
background-color: #721EE0;
}
.BgClassName
{
background-color: #721EE0;
}
</style>
border-color css
<style>
span { border-color: #721EE0; }
span { border-color: rgb(114,30,224); }
td.TdClassName
{
border-color: #721EE0;
}
.TagClassName
{
border-color: #721EE0;
}
</style>