Shades of Violent Violet #322253
Tints of Violent Violet #322253
RGB
CMYK
RGB Variations
Color information
#322253 (or 0x322253) is known color: Violent Violet. HEX triplet: 32, 22 and 53. RGB value is (50,34,83). Sum of RGB (Red+Green+Blue) = 50+34+83=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #322253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322253 is #CDDDAC. Grayscale: #2C2C2C. Windows color (decimal): -13491629 or 5448242. OLE color: 5448242.
HSL color Cylindrical-coordinate representation of color #322253: hue angle of 259.59º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #322253 is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 34 | 83 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.67 |
| HSL | 259.59º | 0.42% | 0.23% | - |
| HSV(B) | 259.59º | 0.59% | 0.33% | - |
| XYZ | 3.45 | 2.45 | 8.47 | - |
| YUV | 44.37 | 149.8 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 83 | 0.40 | 0.59 | 0 | 0.67 | 259.59 | 0.42 | 0.23 |
| Hex | 32 | 22 | 53 | 28 | 3B | 0 | 43 | 104 | 2A | 17 |
| Octal | 62 | 42 | 123 | 50 | 73 | 0 | 103 | 404 | 52 | 27 |
| Binary | 110010 | 100010 | 1010011 | 101000 | 111011 | 0 | 1000011 | 100000100 | 101010 | 10111 |
Color Harmonies of #322253
Complementary color
Monochromatic Colors of #322253
Black with #322253
Text Example
Text Example
White with #322253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322253; }
p { color: rgb(50,34,83); }
H1.HeaderClassName
{
color: #322253;
}
.AnyTagClassName
{
color: #322253;
}
</style>
background-color css
<style>
a { background-color: #322253; }
a { background-color: rgb(50,34,83); }
div.DivClassName
{
background-color: #322253;
}
.BgClassName
{
background-color: #322253;
}
</style>
border-color css
<style>
span { border-color: #322253; }
span { border-color: rgb(50,34,83); }
td.TdClassName
{
border-color: #322253;
}
.TagClassName
{
border-color: #322253;
}
</style>