Shades of Violent Violet #321B50
Tints of Violent Violet #321B50
RGB
CMYK
RGB Variations
Color information
#321B50 (or 0x321B50) is known color: Violent Violet. HEX triplet: 32, 1B and 50. RGB value is (50,27,80). Sum of RGB (Red+Green+Blue) = 50+27+80=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #321B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321B50 is #CDE4AF. Grayscale: #272727. Windows color (decimal): -13493424 or 5249842. OLE color: 5249842.
HSL color Cylindrical-coordinate representation of color #321B50: hue angle of 266.04º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321B50 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 27 | 80 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.69 |
| HSL | 266.04º | 0.5% | 0.21% | - |
| HSV(B) | 266.04º | 0.66% | 0.31% | - |
| XYZ | 3.16 | 2.04 | 7.82 | - |
| YUV | 39.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 80 | 0.37 | 0.66 | 0 | 0.69 | 266.04 | 0.5 | 0.21 |
| Hex | 32 | 1B | 50 | 25 | 42 | 0 | 45 | 10A | 32 | 15 |
| Octal | 62 | 33 | 120 | 45 | 102 | 0 | 105 | 412 | 62 | 25 |
| Binary | 110010 | 11011 | 1010000 | 100101 | 1000010 | 0 | 1000101 | 100001010 | 110010 | 10101 |
Color Harmonies of #321B50
Complementary color
Monochromatic Colors of #321B50
Black with #321B50
Text Example
Text Example
White with #321B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B50; }
p { color: rgb(50,27,80); }
H1.HeaderClassName
{
color: #321B50;
}
.AnyTagClassName
{
color: #321B50;
}
</style>
background-color css
<style>
a { background-color: #321B50; }
a { background-color: rgb(50,27,80); }
div.DivClassName
{
background-color: #321B50;
}
.BgClassName
{
background-color: #321B50;
}
</style>
border-color css
<style>
span { border-color: #321B50; }
span { border-color: rgb(50,27,80); }
td.TdClassName
{
border-color: #321B50;
}
.TagClassName
{
border-color: #321B50;
}
</style>