Shades of Violent Violet #33214C
Tints of Violent Violet #33214C
RGB
CMYK
RGB Variations
Color information
#33214C (or 0x33214C) is known color: Violent Violet. HEX triplet: 33, 21 and 4C. RGB value is (51,33,76). Sum of RGB (Red+Green+Blue) = 51+33+76=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 76 - color contains mainly: blue. Hex color #33214C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33214C is #CCDEB3. Grayscale: #2B2B2B. Windows color (decimal): -13426356 or 4989235. OLE color: 4989235.
HSL color Cylindrical-coordinate representation of color #33214C: hue angle of 265.12º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33214C is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 33 | 76 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.70 |
| HSL | 265.12º | 0.39% | 0.21% | - |
| HSV(B) | 265.12º | 0.57% | 0.3% | - |
| XYZ | 3.21 | 2.31 | 7.11 | - |
| YUV | 43.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 76 | 0.33 | 0.57 | 0 | 0.70 | 265.12 | 0.39 | 0.21 |
| Hex | 33 | 21 | 4C | 21 | 39 | 0 | 46 | 109 | 27 | 15 |
| Octal | 63 | 41 | 114 | 41 | 71 | 0 | 106 | 411 | 47 | 25 |
| Binary | 110011 | 100001 | 1001100 | 100001 | 111001 | 0 | 1000110 | 100001001 | 100111 | 10101 |
Color Harmonies of #33214C
Complementary color
Monochromatic Colors of #33214C
Black with #33214C
Text Example
Text Example
White with #33214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33214C; }
p { color: rgb(51,33,76); }
H1.HeaderClassName
{
color: #33214C;
}
.AnyTagClassName
{
color: #33214C;
}
</style>
background-color css
<style>
a { background-color: #33214C; }
a { background-color: rgb(51,33,76); }
div.DivClassName
{
background-color: #33214C;
}
.BgClassName
{
background-color: #33214C;
}
</style>
border-color css
<style>
span { border-color: #33214C; }
span { border-color: rgb(51,33,76); }
td.TdClassName
{
border-color: #33214C;
}
.TagClassName
{
border-color: #33214C;
}
</style>