Shades of Violent Violet #322649
Tints of Violent Violet #322649
RGB
CMYK
RGB Variations
Color information
#322649 (or 0x322649) is known color: Violent Violet. HEX triplet: 32, 26 and 49. RGB value is (50,38,73). Sum of RGB (Red+Green+Blue) = 50+38+73=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #322649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322649 is #CDD9B6. Grayscale: #2D2D2D. Windows color (decimal): -13490615 or 4793906. OLE color: 4793906.
HSL color Cylindrical-coordinate representation of color #322649: hue angle of 260.57º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #322649 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 38 | 73 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.71 |
| HSL | 260.57º | 0.32% | 0.22% | - |
| HSV(B) | 260.57º | 0.48% | 0.29% | - |
| XYZ | 3.21 | 2.55 | 6.63 | - |
| YUV | 45.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 73 | 0.32 | 0.48 | 0 | 0.71 | 260.57 | 0.32 | 0.22 |
| Hex | 32 | 26 | 49 | 20 | 30 | 0 | 47 | 105 | 20 | 16 |
| Octal | 62 | 46 | 111 | 40 | 60 | 0 | 107 | 405 | 40 | 26 |
| Binary | 110010 | 100110 | 1001001 | 100000 | 110000 | 0 | 1000111 | 100000101 | 100000 | 10110 |
Color Harmonies of #322649
Complementary color
Monochromatic Colors of #322649
Black with #322649
Text Example
Text Example
White with #322649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322649; }
p { color: rgb(50,38,73); }
H1.HeaderClassName
{
color: #322649;
}
.AnyTagClassName
{
color: #322649;
}
</style>
background-color css
<style>
a { background-color: #322649; }
a { background-color: rgb(50,38,73); }
div.DivClassName
{
background-color: #322649;
}
.BgClassName
{
background-color: #322649;
}
</style>
border-color css
<style>
span { border-color: #322649; }
span { border-color: rgb(50,38,73); }
td.TdClassName
{
border-color: #322649;
}
.TagClassName
{
border-color: #322649;
}
</style>