Shades of Violent Violet #322049
Tints of Violent Violet #322049
RGB
CMYK
RGB Variations
Color information
#322049 (or 0x322049) is known color: Violent Violet. HEX triplet: 32, 20 and 49. RGB value is (50,32,73). Sum of RGB (Red+Green+Blue) = 50+32+73=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #322049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322049 is #CDDFB6. Grayscale: #292929. Windows color (decimal): -13492151 or 4792370. OLE color: 4792370.
HSL color Cylindrical-coordinate representation of color #322049: hue angle of 266.34º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #322049 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 32 | 73 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.71 |
| HSL | 266.34º | 0.39% | 0.21% | - |
| HSV(B) | 266.34º | 0.56% | 0.29% | - |
| XYZ | 3.03 | 2.19 | 6.57 | - |
| YUV | 42.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 73 | 0.32 | 0.56 | 0 | 0.71 | 266.34 | 0.39 | 0.21 |
| Hex | 32 | 20 | 49 | 20 | 38 | 0 | 47 | 10A | 27 | 15 |
| Octal | 62 | 40 | 111 | 40 | 70 | 0 | 107 | 412 | 47 | 25 |
| Binary | 110010 | 100000 | 1001001 | 100000 | 111000 | 0 | 1000111 | 100001010 | 100111 | 10101 |
Color Harmonies of #322049
Complementary color
Monochromatic Colors of #322049
Black with #322049
Text Example
Text Example
White with #322049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322049; }
p { color: rgb(50,32,73); }
H1.HeaderClassName
{
color: #322049;
}
.AnyTagClassName
{
color: #322049;
}
</style>
background-color css
<style>
a { background-color: #322049; }
a { background-color: rgb(50,32,73); }
div.DivClassName
{
background-color: #322049;
}
.BgClassName
{
background-color: #322049;
}
</style>
border-color css
<style>
span { border-color: #322049; }
span { border-color: rgb(50,32,73); }
td.TdClassName
{
border-color: #322049;
}
.TagClassName
{
border-color: #322049;
}
</style>