Shades of Violent Violet #321550
Tints of Violent Violet #321550
RGB
CMYK
RGB Variations
Color information
#321550 (or 0x321550) is known color: Violent Violet. HEX triplet: 32, 15 and 50. RGB value is (50,21,80). Sum of RGB (Red+Green+Blue) = 50+21+80=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #321550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321550 is #CDEAAF. Grayscale: #242424. Windows color (decimal): -13494960 or 5248306. OLE color: 5248306.
HSL color Cylindrical-coordinate representation of color #321550: hue angle of 269.49º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #321550 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 21 | 80 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.69 |
| HSL | 269.49º | 0.58% | 0.2% | - |
| HSV(B) | 269.49º | 0.74% | 0.31% | - |
| XYZ | 3.03 | 1.79 | 7.78 | - |
| YUV | 36.4 | 152.61 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 80 | 0.37 | 0.74 | 0 | 0.69 | 269.49 | 0.58 | 0.2 |
| Hex | 32 | 15 | 50 | 25 | 4A | 0 | 45 | 10D | 3A | 14 |
| Octal | 62 | 25 | 120 | 45 | 112 | 0 | 105 | 415 | 72 | 24 |
| Binary | 110010 | 10101 | 1010000 | 100101 | 1001010 | 0 | 1000101 | 100001101 | 111010 | 10100 |
Color Harmonies of #321550
Complementary color
Monochromatic Colors of #321550
Black with #321550
Text Example
Text Example
White with #321550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321550; }
p { color: rgb(50,21,80); }
H1.HeaderClassName
{
color: #321550;
}
.AnyTagClassName
{
color: #321550;
}
</style>
background-color css
<style>
a { background-color: #321550; }
a { background-color: rgb(50,21,80); }
div.DivClassName
{
background-color: #321550;
}
.BgClassName
{
background-color: #321550;
}
</style>
border-color css
<style>
span { border-color: #321550; }
span { border-color: rgb(50,21,80); }
td.TdClassName
{
border-color: #321550;
}
.TagClassName
{
border-color: #321550;
}
</style>