Shades of Violent Violet #321952
Tints of Violent Violet #321952
RGB
CMYK
RGB Variations
Color information
#321952 (or 0x321952) is known color: Violent Violet. HEX triplet: 32, 19 and 52. RGB value is (50,25,82). Sum of RGB (Red+Green+Blue) = 50+25+82=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #321952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321952 is #CDE6AD. Grayscale: #262626. Windows color (decimal): -13493934 or 5380402. OLE color: 5380402.
HSL color Cylindrical-coordinate representation of color #321952: hue angle of 266.32º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #321952 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 25 | 82 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.68 |
| HSL | 266.32º | 0.53% | 0.21% | - |
| HSV(B) | 266.32º | 0.7% | 0.32% | - |
| XYZ | 3.19 | 1.98 | 8.2 | - |
| YUV | 38.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 82 | 0.39 | 0.70 | 0 | 0.68 | 266.32 | 0.53 | 0.21 |
| Hex | 32 | 19 | 52 | 27 | 46 | 0 | 44 | 10A | 35 | 15 |
| Octal | 62 | 31 | 122 | 47 | 106 | 0 | 104 | 412 | 65 | 25 |
| Binary | 110010 | 11001 | 1010010 | 100111 | 1000110 | 0 | 1000100 | 100001010 | 110101 | 10101 |
Color Harmonies of #321952
Complementary color
Monochromatic Colors of #321952
Black with #321952
Text Example
Text Example
White with #321952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321952; }
p { color: rgb(50,25,82); }
H1.HeaderClassName
{
color: #321952;
}
.AnyTagClassName
{
color: #321952;
}
</style>
background-color css
<style>
a { background-color: #321952; }
a { background-color: rgb(50,25,82); }
div.DivClassName
{
background-color: #321952;
}
.BgClassName
{
background-color: #321952;
}
</style>
border-color css
<style>
span { border-color: #321952; }
span { border-color: rgb(50,25,82); }
td.TdClassName
{
border-color: #321952;
}
.TagClassName
{
border-color: #321952;
}
</style>