Shades of Violent Violet #321C48
Tints of Violent Violet #321C48
RGB
CMYK
RGB Variations
Color information
#321C48 (or 0x321C48) is known color: Violent Violet. HEX triplet: 32, 1C and 48. RGB value is (50,28,72). Sum of RGB (Red+Green+Blue) = 50+28+72=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #321C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C48 is #CDE3B7. Grayscale: #272727. Windows color (decimal): -13493176 or 4725810. OLE color: 4725810.
HSL color Cylindrical-coordinate representation of color #321C48: hue angle of 270º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #321C48 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 28 | 72 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.72 |
| HSL | 270º | 0.44% | 0.2% | - |
| HSV(B) | 270º | 0.61% | 0.28% | - |
| XYZ | 2.9 | 1.98 | 6.36 | - |
| YUV | 39.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 72 | 0.31 | 0.61 | 0 | 0.72 | 270 | 0.44 | 0.2 |
| Hex | 32 | 1C | 48 | 1F | 3D | 0 | 48 | 10E | 2C | 14 |
| Octal | 62 | 34 | 110 | 37 | 75 | 0 | 110 | 416 | 54 | 24 |
| Binary | 110010 | 11100 | 1001000 | 11111 | 111101 | 0 | 1001000 | 100001110 | 101100 | 10100 |
Color Harmonies of #321C48
Complementary color
Monochromatic Colors of #321C48
Black with #321C48
Text Example
Text Example
White with #321C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C48; }
p { color: rgb(50,28,72); }
H1.HeaderClassName
{
color: #321C48;
}
.AnyTagClassName
{
color: #321C48;
}
</style>
background-color css
<style>
a { background-color: #321C48; }
a { background-color: rgb(50,28,72); }
div.DivClassName
{
background-color: #321C48;
}
.BgClassName
{
background-color: #321C48;
}
</style>
border-color css
<style>
span { border-color: #321C48; }
span { border-color: rgb(50,28,72); }
td.TdClassName
{
border-color: #321C48;
}
.TagClassName
{
border-color: #321C48;
}
</style>