Shades of Violent Violet #20074D
Tints of Violent Violet #20074D
RGB
CMYK
RGB Variations
Color information
#20074D (or 0x20074D) is known color: Violent Violet. HEX triplet: 20, 07 and 4D. RGB value is (32,7,77). Sum of RGB (Red+Green+Blue) = 32+7+77=116 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.59% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 77 (30.47% from 255 or 66.38% from 116); Max value from RGB is 77 - color contains mainly: blue. Hex color #20074D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20074D is #DFF8B2. Grayscale: #161616. Windows color (decimal): -14678195 or 5048096. OLE color: 5048096.
HSL color Cylindrical-coordinate representation of color #20074D: hue angle of 261.43º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20074D is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 7 | 77 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.70 |
| HSL | 261.43º | 0.83% | 0.16% | - |
| HSV(B) | 261.43º | 0.91% | 0.3% | - |
| XYZ | 2.01 | 0.99 | 7.11 | - |
| YUV | 22.46 | 158.78 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 77 | 0.58 | 0.91 | 0 | 0.70 | 261.43 | 0.83 | 0.16 |
| Hex | 20 | 7 | 4D | 3A | 5B | 0 | 46 | 105 | 53 | 10 |
| Octal | 40 | 7 | 115 | 72 | 133 | 0 | 106 | 405 | 123 | 20 |
| Binary | 100000 | 111 | 1001101 | 111010 | 1011011 | 0 | 1000110 | 100000101 | 1010011 | 10000 |
Color Harmonies of #20074D
Complementary color
Monochromatic Colors of #20074D
Black with #20074D
Text Example
Text Example
White with #20074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20074D; }
p { color: rgb(32,7,77); }
H1.HeaderClassName
{
color: #20074D;
}
.AnyTagClassName
{
color: #20074D;
}
</style>
background-color css
<style>
a { background-color: #20074D; }
a { background-color: rgb(32,7,77); }
div.DivClassName
{
background-color: #20074D;
}
.BgClassName
{
background-color: #20074D;
}
</style>
border-color css
<style>
span { border-color: #20074D; }
span { border-color: rgb(32,7,77); }
td.TdClassName
{
border-color: #20074D;
}
.TagClassName
{
border-color: #20074D;
}
</style>