Shades of Violent Violet #211148
Tints of Violent Violet #211148
RGB
CMYK
RGB Variations
Color information
#211148 (or 0x211148) is known color: Violent Violet. HEX triplet: 21, 11 and 48. RGB value is (33,17,72). Sum of RGB (Red+Green+Blue) = 33+17+72=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #211148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211148 is #DEEEB7. Grayscale: #1B1B1B. Windows color (decimal): -14610104 or 4722977. OLE color: 4722977.
HSL color Cylindrical-coordinate representation of color #211148: hue angle of 257.45º degrees, saturation: 0.62, 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 #211148 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 17 | 72 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.72 |
| HSL | 257.45º | 0.62% | 0.17% | - |
| HSV(B) | 257.45º | 0.76% | 0.28% | - |
| XYZ | 2 | 1.19 | 6.26 | - |
| YUV | 28.05 | 152.8 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 72 | 0.54 | 0.76 | 0 | 0.72 | 257.45 | 0.62 | 0.17 |
| Hex | 21 | 11 | 48 | 36 | 4C | 0 | 48 | 101 | 3E | 11 |
| Octal | 41 | 21 | 110 | 66 | 114 | 0 | 110 | 401 | 76 | 21 |
| Binary | 100001 | 10001 | 1001000 | 110110 | 1001100 | 0 | 1001000 | 100000001 | 111110 | 10001 |
Color Harmonies of #211148
Complementary color
Monochromatic Colors of #211148
Black with #211148
Text Example
Text Example
White with #211148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211148; }
p { color: rgb(33,17,72); }
H1.HeaderClassName
{
color: #211148;
}
.AnyTagClassName
{
color: #211148;
}
</style>
background-color css
<style>
a { background-color: #211148; }
a { background-color: rgb(33,17,72); }
div.DivClassName
{
background-color: #211148;
}
.BgClassName
{
background-color: #211148;
}
</style>
border-color css
<style>
span { border-color: #211148; }
span { border-color: rgb(33,17,72); }
td.TdClassName
{
border-color: #211148;
}
.TagClassName
{
border-color: #211148;
}
</style>