Shades of Blue Violet #720EDC
Tints of Blue Violet #720EDC
RGB
CMYK
RGB Variations
Color information
#720EDC (or 0x720EDC) is known color: Blue Violet. HEX triplet: 72, 0E and DC. RGB value is (114,14,220). Sum of RGB (Red+Green+Blue) = 114+14+220=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #720EDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720EDC is #8DF123. Grayscale: #424242. Windows color (decimal): -9302308 or 14421618. OLE color: 14421618.
HSL color Cylindrical-coordinate representation of color #720EDC: hue angle of 269.13º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720EDC is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 14 | 220 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.14 |
| HSL | 269.13º | 0.88% | 0.46% | - |
| HSV(B) | 269.13º | 0.94% | 0.86% | - |
| XYZ | 20.01 | 9.06 | 68.4 | - |
| YUV | 67.38 | 214.13 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 14 | 220 | 0.48 | 0.94 | 0 | 0.14 | 269.13 | 0.88 | 0.46 |
| Hex | 72 | E | DC | 30 | 5E | 0 | E | 10D | 58 | 2E |
| Octal | 162 | 16 | 334 | 60 | 136 | 0 | 16 | 415 | 130 | 56 |
| Binary | 1110010 | 1110 | 11011100 | 110000 | 1011110 | 0 | 1110 | 100001101 | 1011000 | 101110 |
Color Harmonies of #720EDC
Complementary color
Monochromatic Colors of #720EDC
Black with #720EDC
Text Example
Text Example
White with #720EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720EDC; }
p { color: rgb(114,14,220); }
H1.HeaderClassName
{
color: #720EDC;
}
.AnyTagClassName
{
color: #720EDC;
}
</style>
background-color css
<style>
a { background-color: #720EDC; }
a { background-color: rgb(114,14,220); }
div.DivClassName
{
background-color: #720EDC;
}
.BgClassName
{
background-color: #720EDC;
}
</style>
border-color css
<style>
span { border-color: #720EDC; }
span { border-color: rgb(114,14,220); }
td.TdClassName
{
border-color: #720EDC;
}
.TagClassName
{
border-color: #720EDC;
}
</style>