Shades of Violent Violet #201447
Tints of Violent Violet #201447
RGB
CMYK
RGB Variations
Color information
#201447 (or 0x201447) is known color: Violent Violet. HEX triplet: 20, 14 and 47. RGB value is (32,20,71). Sum of RGB (Red+Green+Blue) = 32+20+71=123 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.02% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #201447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201447 is #DFEBB8. Grayscale: #1D1D1D. Windows color (decimal): -14674873 or 4658208. OLE color: 4658208.
HSL color Cylindrical-coordinate representation of color #201447: hue angle of 254.12º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #201447 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 20 | 71 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.72 |
| HSL | 254.12º | 0.56% | 0.18% | - |
| HSV(B) | 254.12º | 0.72% | 0.28% | - |
| XYZ | 1.98 | 1.26 | 6.1 | - |
| YUV | 29.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 71 | 0.55 | 0.72 | 0 | 0.72 | 254.12 | 0.56 | 0.18 |
| Hex | 20 | 14 | 47 | 37 | 48 | 0 | 48 | FE | 38 | 12 |
| Octal | 40 | 24 | 107 | 67 | 110 | 0 | 110 | 376 | 70 | 22 |
| Binary | 100000 | 10100 | 1000111 | 110111 | 1001000 | 0 | 1001000 | 11111110 | 111000 | 10010 |
Color Harmonies of #201447
Complementary color
Monochromatic Colors of #201447
Black with #201447
Text Example
Text Example
White with #201447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201447; }
p { color: rgb(32,20,71); }
H1.HeaderClassName
{
color: #201447;
}
.AnyTagClassName
{
color: #201447;
}
</style>
background-color css
<style>
a { background-color: #201447; }
a { background-color: rgb(32,20,71); }
div.DivClassName
{
background-color: #201447;
}
.BgClassName
{
background-color: #201447;
}
</style>
border-color css
<style>
span { border-color: #201447; }
span { border-color: rgb(32,20,71); }
td.TdClassName
{
border-color: #201447;
}
.TagClassName
{
border-color: #201447;
}
</style>