Shades of Blue Violet #721DE0
Tints of Blue Violet #721DE0
RGB
CMYK
RGB Variations
Color information
#721DE0 (or 0x721DE0) is known color: Blue Violet. HEX triplet: 72, 1D and E0. RGB value is (114,29,224). Sum of RGB (Red+Green+Blue) = 114+29+224=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 224 (87.89% from 255 or 61.04% from 367); Max value from RGB is 224 - color contains mainly: blue. Hex color #721DE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721DE0 is #8DE21F. Grayscale: #4B4B4B. Windows color (decimal): -9298464 or 14687602. OLE color: 14687602.
HSL color Cylindrical-coordinate representation of color #721DE0: hue angle of 266.15º degrees, saturation: 0.77, 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 #721DE0 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 29 | 224 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.12 |
| HSL | 266.15º | 0.77% | 0.5% | - |
| HSV(B) | 266.15º | 0.87% | 0.88% | - |
| XYZ | 20.83 | 9.84 | 71.32 | - |
| YUV | 76.65 | 211.16 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 29 | 224 | 0.49 | 0.87 | 0 | 0.12 | 266.15 | 0.77 | 0.5 |
| Hex | 72 | 1D | E0 | 31 | 57 | 0 | C | 10A | 4D | 32 |
| Octal | 162 | 35 | 340 | 61 | 127 | 0 | 14 | 412 | 115 | 62 |
| Binary | 1110010 | 11101 | 11100000 | 110001 | 1010111 | 0 | 1100 | 100001010 | 1001101 | 110010 |
Color Harmonies of #721DE0
Complementary color
Monochromatic Colors of #721DE0
Black with #721DE0
Text Example
Text Example
White with #721DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721DE0; }
p { color: rgb(114,29,224); }
H1.HeaderClassName
{
color: #721DE0;
}
.AnyTagClassName
{
color: #721DE0;
}
</style>
background-color css
<style>
a { background-color: #721DE0; }
a { background-color: rgb(114,29,224); }
div.DivClassName
{
background-color: #721DE0;
}
.BgClassName
{
background-color: #721DE0;
}
</style>
border-color css
<style>
span { border-color: #721DE0; }
span { border-color: rgb(114,29,224); }
td.TdClassName
{
border-color: #721DE0;
}
.TagClassName
{
border-color: #721DE0;
}
</style>