Shades of Violent Violet #20004F
Tints of Violent Violet #20004F
RGB
CMYK
RGB Variations
Color information
#20004F (or 0x20004F) is known color: Violent Violet. HEX triplet: 20, 00 and 4F. RGB value is (32,0,79). Sum of RGB (Red+Green+Blue) = 32+0+79=111 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.83% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 79 (31.25% from 255 or 71.17% from 111); Max value from RGB is 79 - color contains mainly: blue. Hex color #20004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20004F is #DFFFB0. Grayscale: #121212. Windows color (decimal): -14679985 or 5177376. OLE color: 5177376.
HSL color Cylindrical-coordinate representation of color #20004F: hue angle of 264.3º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20004F is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 0 | 79 | - |
| CMYK | 0.59 | 1 | 0 | 0.69 |
| HSL | 264.3º | 1% | 0.15% | - |
| HSV(B) | 264.3º | 1% | 0.31% | - |
| XYZ | 2.01 | 0.87 | 7.46 | - |
| YUV | 18.57 | 162.1 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 79 | 0.59 | 1 | 0 | 0.69 | 264.3 | 1 | 0.15 |
| Hex | 20 | 0 | 4F | 3B | 64 | 0 | 45 | 108 | 64 | F |
| Octal | 40 | 0 | 117 | 73 | 144 | 0 | 105 | 410 | 144 | 17 |
| Binary | 100000 | 0 | 1001111 | 111011 | 1100100 | 0 | 1000101 | 100001000 | 1100100 | 1111 |
Color Harmonies of #20004F
Complementary color
Monochromatic Colors of #20004F
Black with #20004F
Text Example
Text Example
White with #20004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20004F; }
p { color: rgb(32,0,79); }
H1.HeaderClassName
{
color: #20004F;
}
.AnyTagClassName
{
color: #20004F;
}
</style>
background-color css
<style>
a { background-color: #20004F; }
a { background-color: rgb(32,0,79); }
div.DivClassName
{
background-color: #20004F;
}
.BgClassName
{
background-color: #20004F;
}
</style>
border-color css
<style>
span { border-color: #20004F; }
span { border-color: rgb(32,0,79); }
td.TdClassName
{
border-color: #20004F;
}
.TagClassName
{
border-color: #20004F;
}
</style>