Shades of Violent Violet #211547
Tints of Violent Violet #211547
RGB
CMYK
RGB Variations
Color information
#211547 (or 0x211547) is known color: Violent Violet. HEX triplet: 21, 15 and 47. RGB value is (33,21,71). Sum of RGB (Red+Green+Blue) = 33+21+71=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #211547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211547 is #DEEAB8. Grayscale: #1E1E1E. Windows color (decimal): -14609081 or 4658465. OLE color: 4658465.
HSL color Cylindrical-coordinate representation of color #211547: hue angle of 254.4º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #211547 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 21 | 71 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.72 |
| HSL | 254.4º | 0.54% | 0.18% | - |
| HSV(B) | 254.4º | 0.7% | 0.28% | - |
| XYZ | 2.03 | 1.31 | 6.11 | - |
| YUV | 30.29 | 150.98 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 71 | 0.54 | 0.70 | 0 | 0.72 | 254.4 | 0.54 | 0.18 |
| Hex | 21 | 15 | 47 | 36 | 46 | 0 | 48 | FE | 36 | 12 |
| Octal | 41 | 25 | 107 | 66 | 106 | 0 | 110 | 376 | 66 | 22 |
| Binary | 100001 | 10101 | 1000111 | 110110 | 1000110 | 0 | 1001000 | 11111110 | 110110 | 10010 |
Color Harmonies of #211547
Complementary color
Monochromatic Colors of #211547
Black with #211547
Text Example
Text Example
White with #211547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211547; }
p { color: rgb(33,21,71); }
H1.HeaderClassName
{
color: #211547;
}
.AnyTagClassName
{
color: #211547;
}
</style>
background-color css
<style>
a { background-color: #211547; }
a { background-color: rgb(33,21,71); }
div.DivClassName
{
background-color: #211547;
}
.BgClassName
{
background-color: #211547;
}
</style>
border-color css
<style>
span { border-color: #211547; }
span { border-color: rgb(33,21,71); }
td.TdClassName
{
border-color: #211547;
}
.TagClassName
{
border-color: #211547;
}
</style>