Shades of Violent Violet #331951
Tints of Violent Violet #331951
RGB
CMYK
RGB Variations
Color information
#331951 (or 0x331951) is known color: Violent Violet. HEX triplet: 33, 19 and 51. RGB value is (51,25,81). Sum of RGB (Red+Green+Blue) = 51+25+81=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #331951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331951 is #CCE6AE. Grayscale: #262626. Windows color (decimal): -13428399 or 5314867. OLE color: 5314867.
HSL color Cylindrical-coordinate representation of color #331951: hue angle of 267.86º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #331951 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 25 | 81 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.68 |
| HSL | 267.86º | 0.53% | 0.21% | - |
| HSV(B) | 267.86º | 0.69% | 0.32% | - |
| XYZ | 3.2 | 1.99 | 8 | - |
| YUV | 39.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 81 | 0.37 | 0.69 | 0 | 0.68 | 267.86 | 0.53 | 0.21 |
| Hex | 33 | 19 | 51 | 25 | 45 | 0 | 44 | 10C | 35 | 15 |
| Octal | 63 | 31 | 121 | 45 | 105 | 0 | 104 | 414 | 65 | 25 |
| Binary | 110011 | 11001 | 1010001 | 100101 | 1000101 | 0 | 1000100 | 100001100 | 110101 | 10101 |
Color Harmonies of #331951
Complementary color
Monochromatic Colors of #331951
Black with #331951
Text Example
Text Example
White with #331951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331951; }
p { color: rgb(51,25,81); }
H1.HeaderClassName
{
color: #331951;
}
.AnyTagClassName
{
color: #331951;
}
</style>
background-color css
<style>
a { background-color: #331951; }
a { background-color: rgb(51,25,81); }
div.DivClassName
{
background-color: #331951;
}
.BgClassName
{
background-color: #331951;
}
</style>
border-color css
<style>
span { border-color: #331951; }
span { border-color: rgb(51,25,81); }
td.TdClassName
{
border-color: #331951;
}
.TagClassName
{
border-color: #331951;
}
</style>