Shades of Violent Violet #20014F
Tints of Violent Violet #20014F
RGB
CMYK
RGB Variations
Color information
#20014F (or 0x20014F) is known color: Violent Violet. HEX triplet: 20, 01 and 4F. RGB value is (32,1,79). Sum of RGB (Red+Green+Blue) = 32+1+79=112 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.57% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 79 (31.25% from 255 or 70.54% from 112); Max value from RGB is 79 - color contains mainly: blue. Hex color #20014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20014F is #DFFEB0. Grayscale: #121212. Windows color (decimal): -14679729 or 5177632. OLE color: 5177632.
HSL color Cylindrical-coordinate representation of color #20014F: hue angle of 263.85º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20014F is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 1 | 79 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.69 |
| HSL | 263.85º | 0.98% | 0.16% | - |
| HSV(B) | 263.85º | 0.99% | 0.31% | - |
| XYZ | 2.02 | 0.89 | 7.46 | - |
| YUV | 19.16 | 161.77 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 79 | 0.59 | 0.99 | 0 | 0.69 | 263.85 | 0.98 | 0.16 |
| Hex | 20 | 1 | 4F | 3B | 63 | 0 | 45 | 108 | 62 | 10 |
| Octal | 40 | 1 | 117 | 73 | 143 | 0 | 105 | 410 | 142 | 20 |
| Binary | 100000 | 1 | 1001111 | 111011 | 1100011 | 0 | 1000101 | 100001000 | 1100010 | 10000 |
Color Harmonies of #20014F
Complementary color
Monochromatic Colors of #20014F
Black with #20014F
Text Example
Text Example
White with #20014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20014F; }
p { color: rgb(32,1,79); }
H1.HeaderClassName
{
color: #20014F;
}
.AnyTagClassName
{
color: #20014F;
}
</style>
background-color css
<style>
a { background-color: #20014F; }
a { background-color: rgb(32,1,79); }
div.DivClassName
{
background-color: #20014F;
}
.BgClassName
{
background-color: #20014F;
}
</style>
border-color css
<style>
span { border-color: #20014F; }
span { border-color: rgb(32,1,79); }
td.TdClassName
{
border-color: #20014F;
}
.TagClassName
{
border-color: #20014F;
}
</style>