Shades of Violent Violet #321F49
Tints of Violent Violet #321F49
RGB
CMYK
RGB Variations
Color information
#321F49 (or 0x321F49) is known color: Violent Violet. HEX triplet: 32, 1F and 49. RGB value is (50,31,73). Sum of RGB (Red+Green+Blue) = 50+31+73=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 73 - color contains mainly: blue. Hex color #321F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F49 is #CDE0B6. Grayscale: #292929. Windows color (decimal): -13492407 or 4792114. OLE color: 4792114.
HSL color Cylindrical-coordinate representation of color #321F49: hue angle of 267.14º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #321F49 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 31 | 73 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.71 |
| HSL | 267.14º | 0.4% | 0.2% | - |
| HSV(B) | 267.14º | 0.58% | 0.29% | - |
| XYZ | 3.01 | 2.14 | 6.56 | - |
| YUV | 41.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 73 | 0.32 | 0.58 | 0 | 0.71 | 267.14 | 0.4 | 0.2 |
| Hex | 32 | 1F | 49 | 20 | 3A | 0 | 47 | 10B | 28 | 14 |
| Octal | 62 | 37 | 111 | 40 | 72 | 0 | 107 | 413 | 50 | 24 |
| Binary | 110010 | 11111 | 1001001 | 100000 | 111010 | 0 | 1000111 | 100001011 | 101000 | 10100 |
Color Harmonies of #321F49
Complementary color
Monochromatic Colors of #321F49
Black with #321F49
Text Example
Text Example
White with #321F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F49; }
p { color: rgb(50,31,73); }
H1.HeaderClassName
{
color: #321F49;
}
.AnyTagClassName
{
color: #321F49;
}
</style>
background-color css
<style>
a { background-color: #321F49; }
a { background-color: rgb(50,31,73); }
div.DivClassName
{
background-color: #321F49;
}
.BgClassName
{
background-color: #321F49;
}
</style>
border-color css
<style>
span { border-color: #321F49; }
span { border-color: rgb(50,31,73); }
td.TdClassName
{
border-color: #321F49;
}
.TagClassName
{
border-color: #321F49;
}
</style>