Shades of Violent Violet #332255
Tints of Violent Violet #332255
RGB
CMYK
RGB Variations
Color information
#332255 (or 0x332255) is known color: Violent Violet. HEX triplet: 33, 22 and 55. RGB value is (51,34,85). Sum of RGB (Red+Green+Blue) = 51+34+85=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #332255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332255 is #CCDDAA. Grayscale: #2C2C2C. Windows color (decimal): -13426091 or 5579315. OLE color: 5579315.
HSL color Cylindrical-coordinate representation of color #332255: hue angle of 260º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #332255 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 34 | 85 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.67 |
| HSL | 260º | 0.43% | 0.23% | - |
| HSV(B) | 260º | 0.6% | 0.33% | - |
| XYZ | 3.58 | 2.5 | 8.89 | - |
| YUV | 44.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 34 | 85 | 0.40 | 0.60 | 0 | 0.67 | 260 | 0.43 | 0.23 |
| Hex | 33 | 22 | 55 | 28 | 3C | 0 | 43 | 104 | 2B | 17 |
| Octal | 63 | 42 | 125 | 50 | 74 | 0 | 103 | 404 | 53 | 27 |
| Binary | 110011 | 100010 | 1010101 | 101000 | 111100 | 0 | 1000011 | 100000100 | 101011 | 10111 |
Color Harmonies of #332255
Complementary color
Monochromatic Colors of #332255
Black with #332255
Text Example
Text Example
White with #332255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332255; }
p { color: rgb(51,34,85); }
H1.HeaderClassName
{
color: #332255;
}
.AnyTagClassName
{
color: #332255;
}
</style>
background-color css
<style>
a { background-color: #332255; }
a { background-color: rgb(51,34,85); }
div.DivClassName
{
background-color: #332255;
}
.BgClassName
{
background-color: #332255;
}
</style>
border-color css
<style>
span { border-color: #332255; }
span { border-color: rgb(51,34,85); }
td.TdClassName
{
border-color: #332255;
}
.TagClassName
{
border-color: #332255;
}
</style>