Shades of Violent Violet #20074E
Tints of Violent Violet #20074E
RGB
CMYK
RGB Variations
Color information
#20074E (or 0x20074E) is known color: Violent Violet. HEX triplet: 20, 07 and 4E. RGB value is (32,7,78). Sum of RGB (Red+Green+Blue) = 32+7+78=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 78 (30.86% from 255 or 66.67% from 117); Max value from RGB is 78 - color contains mainly: blue. Hex color #20074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20074E is #DFF8B1. Grayscale: #161616. Windows color (decimal): -14678194 or 5113632. OLE color: 5113632.
HSL color Cylindrical-coordinate representation of color #20074E: hue angle of 261.13º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20074E is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 7 | 78 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.69 |
| HSL | 261.13º | 0.84% | 0.17% | - |
| HSV(B) | 261.13º | 0.91% | 0.31% | - |
| XYZ | 2.05 | 1.01 | 7.29 | - |
| YUV | 22.57 | 159.28 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 78 | 0.59 | 0.91 | 0 | 0.69 | 261.13 | 0.84 | 0.17 |
| Hex | 20 | 7 | 4E | 3B | 5B | 0 | 45 | 105 | 54 | 11 |
| Octal | 40 | 7 | 116 | 73 | 133 | 0 | 105 | 405 | 124 | 21 |
| Binary | 100000 | 111 | 1001110 | 111011 | 1011011 | 0 | 1000101 | 100000101 | 1010100 | 10001 |
Color Harmonies of #20074E
Complementary color
Monochromatic Colors of #20074E
Black with #20074E
Text Example
Text Example
White with #20074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20074E; }
p { color: rgb(32,7,78); }
H1.HeaderClassName
{
color: #20074E;
}
.AnyTagClassName
{
color: #20074E;
}
</style>
background-color css
<style>
a { background-color: #20074E; }
a { background-color: rgb(32,7,78); }
div.DivClassName
{
background-color: #20074E;
}
.BgClassName
{
background-color: #20074E;
}
</style>
border-color css
<style>
span { border-color: #20074E; }
span { border-color: rgb(32,7,78); }
td.TdClassName
{
border-color: #20074E;
}
.TagClassName
{
border-color: #20074E;
}
</style>