Shades of Violent Violet #20014D
Tints of Violent Violet #20014D
RGB
CMYK
RGB Variations
Color information
#20014D (or 0x20014D) is known color: Violent Violet. HEX triplet: 20, 01 and 4D. RGB value is (32,1,77). Sum of RGB (Red+Green+Blue) = 32+1+77=110 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.09% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 77 (30.47% from 255 or 70% from 110); Max value from RGB is 77 - color contains mainly: blue. Hex color #20014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20014D is #DFFEB2. Grayscale: #121212. Windows color (decimal): -14679731 or 5046560. OLE color: 5046560.
HSL color Cylindrical-coordinate representation of color #20014D: hue angle of 264.47º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20014D is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 1 | 77 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.70 |
| HSL | 264.47º | 0.97% | 0.15% | - |
| HSV(B) | 264.47º | 0.99% | 0.3% | - |
| XYZ | 1.95 | 0.86 | 7.09 | - |
| YUV | 18.93 | 160.77 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 77 | 0.58 | 0.99 | 0 | 0.70 | 264.47 | 0.97 | 0.15 |
| Hex | 20 | 1 | 4D | 3A | 63 | 0 | 46 | 108 | 61 | F |
| Octal | 40 | 1 | 115 | 72 | 143 | 0 | 106 | 410 | 141 | 17 |
| Binary | 100000 | 1 | 1001101 | 111010 | 1100011 | 0 | 1000110 | 100001000 | 1100001 | 1111 |
Color Harmonies of #20014D
Complementary color
Monochromatic Colors of #20014D
Black with #20014D
Text Example
Text Example
White with #20014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20014D; }
p { color: rgb(32,1,77); }
H1.HeaderClassName
{
color: #20014D;
}
.AnyTagClassName
{
color: #20014D;
}
</style>
background-color css
<style>
a { background-color: #20014D; }
a { background-color: rgb(32,1,77); }
div.DivClassName
{
background-color: #20014D;
}
.BgClassName
{
background-color: #20014D;
}
</style>
border-color css
<style>
span { border-color: #20014D; }
span { border-color: rgb(32,1,77); }
td.TdClassName
{
border-color: #20014D;
}
.TagClassName
{
border-color: #20014D;
}
</style>