Shades of Violent Violet #321350
Tints of Violent Violet #321350
RGB
CMYK
RGB Variations
Color information
#321350 (or 0x321350) is known color: Violent Violet. HEX triplet: 32, 13 and 50. RGB value is (50,19,80). Sum of RGB (Red+Green+Blue) = 50+19+80=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #321350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321350 is #CDECAF. Grayscale: #232323. Windows color (decimal): -13495472 or 5247794. OLE color: 5247794.
HSL color Cylindrical-coordinate representation of color #321350: hue angle of 270.49º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #321350 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 19 | 80 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.69 |
| HSL | 270.49º | 0.62% | 0.19% | - |
| HSV(B) | 270.49º | 0.76% | 0.31% | - |
| XYZ | 3 | 1.72 | 7.76 | - |
| YUV | 35.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 80 | 0.37 | 0.76 | 0 | 0.69 | 270.49 | 0.62 | 0.19 |
| Hex | 32 | 13 | 50 | 25 | 4C | 0 | 45 | 10E | 3E | 13 |
| Octal | 62 | 23 | 120 | 45 | 114 | 0 | 105 | 416 | 76 | 23 |
| Binary | 110010 | 10011 | 1010000 | 100101 | 1001100 | 0 | 1000101 | 100001110 | 111110 | 10011 |
Color Harmonies of #321350
Complementary color
Monochromatic Colors of #321350
Black with #321350
Text Example
Text Example
White with #321350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321350; }
p { color: rgb(50,19,80); }
H1.HeaderClassName
{
color: #321350;
}
.AnyTagClassName
{
color: #321350;
}
</style>
background-color css
<style>
a { background-color: #321350; }
a { background-color: rgb(50,19,80); }
div.DivClassName
{
background-color: #321350;
}
.BgClassName
{
background-color: #321350;
}
</style>
border-color css
<style>
span { border-color: #321350; }
span { border-color: rgb(50,19,80); }
td.TdClassName
{
border-color: #321350;
}
.TagClassName
{
border-color: #321350;
}
</style>