Shades of Blue Violet #721EDE
Tints of Blue Violet #721EDE
RGB
CMYK
RGB Variations
Color information
#721EDE (or 0x721EDE) is known color: Blue Violet. HEX triplet: 72, 1E and DE. RGB value is (114,30,222). Sum of RGB (Red+Green+Blue) = 114+30+222=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #721EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721EDE is #8DE121. Grayscale: #4C4C4C. Windows color (decimal): -9298210 or 14556786. OLE color: 14556786.
HSL color Cylindrical-coordinate representation of color #721EDE: hue angle of 266.25º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721EDE is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 30 | 222 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.13 |
| HSL | 266.25º | 0.76% | 0.49% | - |
| HSV(B) | 266.25º | 0.86% | 0.87% | - |
| XYZ | 20.59 | 9.78 | 69.91 | - |
| YUV | 77 | 209.83 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 222 | 0.49 | 0.86 | 0 | 0.13 | 266.25 | 0.76 | 0.49 |
| Hex | 72 | 1E | DE | 31 | 56 | 0 | D | 10A | 4C | 31 |
| Octal | 162 | 36 | 336 | 61 | 126 | 0 | 15 | 412 | 114 | 61 |
| Binary | 1110010 | 11110 | 11011110 | 110001 | 1010110 | 0 | 1101 | 100001010 | 1001100 | 110001 |
Color Harmonies of #721EDE
Complementary color
Monochromatic Colors of #721EDE
Black with #721EDE
Text Example
Text Example
White with #721EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721EDE; }
p { color: rgb(114,30,222); }
H1.HeaderClassName
{
color: #721EDE;
}
.AnyTagClassName
{
color: #721EDE;
}
</style>
background-color css
<style>
a { background-color: #721EDE; }
a { background-color: rgb(114,30,222); }
div.DivClassName
{
background-color: #721EDE;
}
.BgClassName
{
background-color: #721EDE;
}
</style>
border-color css
<style>
span { border-color: #721EDE; }
span { border-color: rgb(114,30,222); }
td.TdClassName
{
border-color: #721EDE;
}
.TagClassName
{
border-color: #721EDE;
}
</style>