Shades of Blue Violet #721EDD
Tints of Blue Violet #721EDD
RGB
CMYK
RGB Variations
Color information
#721EDD (or 0x721EDD) is known color: Blue Violet. HEX triplet: 72, 1E and DD. RGB value is (114,30,221). Sum of RGB (Red+Green+Blue) = 114+30+221=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #721EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721EDD is #8DE122. Grayscale: #4C4C4C. Windows color (decimal): -9298211 or 14491250. OLE color: 14491250.
HSL color Cylindrical-coordinate representation of color #721EDD: hue angle of 266.39º 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 #721EDD is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 30 | 221 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.13 |
| HSL | 266.39º | 0.76% | 0.49% | - |
| HSV(B) | 266.39º | 0.86% | 0.87% | - |
| XYZ | 20.45 | 9.73 | 69.21 | - |
| YUV | 76.89 | 209.33 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 221 | 0.48 | 0.86 | 0 | 0.13 | 266.39 | 0.76 | 0.49 |
| Hex | 72 | 1E | DD | 30 | 56 | 0 | D | 10A | 4C | 31 |
| Octal | 162 | 36 | 335 | 60 | 126 | 0 | 15 | 412 | 114 | 61 |
| Binary | 1110010 | 11110 | 11011101 | 110000 | 1010110 | 0 | 1101 | 100001010 | 1001100 | 110001 |
Color Harmonies of #721EDD
Complementary color
Monochromatic Colors of #721EDD
Black with #721EDD
Text Example
Text Example
White with #721EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721EDD; }
p { color: rgb(114,30,221); }
H1.HeaderClassName
{
color: #721EDD;
}
.AnyTagClassName
{
color: #721EDD;
}
</style>
background-color css
<style>
a { background-color: #721EDD; }
a { background-color: rgb(114,30,221); }
div.DivClassName
{
background-color: #721EDD;
}
.BgClassName
{
background-color: #721EDD;
}
</style>
border-color css
<style>
span { border-color: #721EDD; }
span { border-color: rgb(114,30,221); }
td.TdClassName
{
border-color: #721EDD;
}
.TagClassName
{
border-color: #721EDD;
}
</style>