Shades of Violent Violet #211343
Tints of Violent Violet #211343
RGB
CMYK
RGB Variations
Color information
#211343 (or 0x211343) is known color: Violent Violet. HEX triplet: 21, 13 and 43. RGB value is (33,19,67). Sum of RGB (Red+Green+Blue) = 33+19+67=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 67 (26.56% from 255 or 56.30% from 119); Max value from RGB is 67 - color contains mainly: blue. Hex color #211343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211343 is #DEECBC. Grayscale: #1C1C1C. Windows color (decimal): -14609597 or 4395809. OLE color: 4395809.
HSL color Cylindrical-coordinate representation of color #211343: hue angle of 257.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #211343 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 19 | 67 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.74 |
| HSL | 257.5º | 0.56% | 0.17% | - |
| HSV(B) | 257.5º | 0.72% | 0.26% | - |
| XYZ | 1.87 | 1.19 | 5.44 | - |
| YUV | 28.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 67 | 0.51 | 0.72 | 0 | 0.74 | 257.5 | 0.56 | 0.17 |
| Hex | 21 | 13 | 43 | 33 | 48 | 0 | 4A | 102 | 38 | 11 |
| Octal | 41 | 23 | 103 | 63 | 110 | 0 | 112 | 402 | 70 | 21 |
| Binary | 100001 | 10011 | 1000011 | 110011 | 1001000 | 0 | 1001010 | 100000010 | 111000 | 10001 |
Color Harmonies of #211343
Complementary color
Monochromatic Colors of #211343
Black with #211343
Text Example
Text Example
White with #211343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211343; }
p { color: rgb(33,19,67); }
H1.HeaderClassName
{
color: #211343;
}
.AnyTagClassName
{
color: #211343;
}
</style>
background-color css
<style>
a { background-color: #211343; }
a { background-color: rgb(33,19,67); }
div.DivClassName
{
background-color: #211343;
}
.BgClassName
{
background-color: #211343;
}
</style>
border-color css
<style>
span { border-color: #211343; }
span { border-color: rgb(33,19,67); }
td.TdClassName
{
border-color: #211343;
}
.TagClassName
{
border-color: #211343;
}
</style>