Shades of Violent Violet #321953
Tints of Violent Violet #321953
RGB
CMYK
RGB Variations
Color information
#321953 (or 0x321953) is known color: Violent Violet. HEX triplet: 32, 19 and 53. RGB value is (50,25,83). Sum of RGB (Red+Green+Blue) = 50+25+83=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #321953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321953 is #CDE6AC. Grayscale: #262626. Windows color (decimal): -13493933 or 5445938. OLE color: 5445938.
HSL color Cylindrical-coordinate representation of color #321953: hue angle of 265.86º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #321953 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 25 | 83 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.67 |
| HSL | 265.86º | 0.54% | 0.21% | - |
| HSV(B) | 265.86º | 0.7% | 0.33% | - |
| XYZ | 3.22 | 2 | 8.4 | - |
| YUV | 39.09 | 152.78 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 83 | 0.40 | 0.70 | 0 | 0.67 | 265.86 | 0.54 | 0.21 |
| Hex | 32 | 19 | 53 | 28 | 46 | 0 | 43 | 10A | 36 | 15 |
| Octal | 62 | 31 | 123 | 50 | 106 | 0 | 103 | 412 | 66 | 25 |
| Binary | 110010 | 11001 | 1010011 | 101000 | 1000110 | 0 | 1000011 | 100001010 | 110110 | 10101 |
Color Harmonies of #321953
Complementary color
Monochromatic Colors of #321953
Black with #321953
Text Example
Text Example
White with #321953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321953; }
p { color: rgb(50,25,83); }
H1.HeaderClassName
{
color: #321953;
}
.AnyTagClassName
{
color: #321953;
}
</style>
background-color css
<style>
a { background-color: #321953; }
a { background-color: rgb(50,25,83); }
div.DivClassName
{
background-color: #321953;
}
.BgClassName
{
background-color: #321953;
}
</style>
border-color css
<style>
span { border-color: #321953; }
span { border-color: rgb(50,25,83); }
td.TdClassName
{
border-color: #321953;
}
.TagClassName
{
border-color: #321953;
}
</style>