Shades of Violent Violet #211147
Tints of Violent Violet #211147
RGB
CMYK
RGB Variations
Color information
#211147 (or 0x211147) is known color: Violent Violet. HEX triplet: 21, 11 and 47. RGB value is (33,17,71). Sum of RGB (Red+Green+Blue) = 33+17+71=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #211147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211147 is #DEEEB8. Grayscale: #1B1B1B. Windows color (decimal): -14610105 or 4657441. OLE color: 4657441.
HSL color Cylindrical-coordinate representation of color #211147: hue angle of 257.78º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211147 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 17 | 71 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.72 |
| HSL | 257.78º | 0.61% | 0.17% | - |
| HSV(B) | 257.78º | 0.76% | 0.28% | - |
| XYZ | 1.96 | 1.18 | 6.09 | - |
| YUV | 27.94 | 152.3 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 71 | 0.54 | 0.76 | 0 | 0.72 | 257.78 | 0.61 | 0.17 |
| Hex | 21 | 11 | 47 | 36 | 4C | 0 | 48 | 102 | 3D | 11 |
| Octal | 41 | 21 | 107 | 66 | 114 | 0 | 110 | 402 | 75 | 21 |
| Binary | 100001 | 10001 | 1000111 | 110110 | 1001100 | 0 | 1001000 | 100000010 | 111101 | 10001 |
Color Harmonies of #211147
Complementary color
Monochromatic Colors of #211147
Black with #211147
Text Example
Text Example
White with #211147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211147; }
p { color: rgb(33,17,71); }
H1.HeaderClassName
{
color: #211147;
}
.AnyTagClassName
{
color: #211147;
}
</style>
background-color css
<style>
a { background-color: #211147; }
a { background-color: rgb(33,17,71); }
div.DivClassName
{
background-color: #211147;
}
.BgClassName
{
background-color: #211147;
}
</style>
border-color css
<style>
span { border-color: #211147; }
span { border-color: rgb(33,17,71); }
td.TdClassName
{
border-color: #211147;
}
.TagClassName
{
border-color: #211147;
}
</style>