Shades of Violent Violet #331651
Tints of Violent Violet #331651
RGB
CMYK
RGB Variations
Color information
#331651 (or 0x331651) is known color: Violent Violet. HEX triplet: 33, 16 and 51. RGB value is (51,22,81). Sum of RGB (Red+Green+Blue) = 51+22+81=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #331651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331651 is #CCE9AE. Grayscale: #252525. Windows color (decimal): -13429167 or 5314099. OLE color: 5314099.
HSL color Cylindrical-coordinate representation of color #331651: hue angle of 269.49º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #331651 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 22 | 81 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.68 |
| HSL | 269.49º | 0.57% | 0.2% | - |
| HSV(B) | 269.49º | 0.73% | 0.32% | - |
| XYZ | 3.14 | 1.87 | 7.98 | - |
| YUV | 37.4 | 152.61 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 22 | 81 | 0.37 | 0.73 | 0 | 0.68 | 269.49 | 0.57 | 0.2 |
| Hex | 33 | 16 | 51 | 25 | 49 | 0 | 44 | 10D | 39 | 14 |
| Octal | 63 | 26 | 121 | 45 | 111 | 0 | 104 | 415 | 71 | 24 |
| Binary | 110011 | 10110 | 1010001 | 100101 | 1001001 | 0 | 1000100 | 100001101 | 111001 | 10100 |
Color Harmonies of #331651
Complementary color
Monochromatic Colors of #331651
Black with #331651
Text Example
Text Example
White with #331651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331651; }
p { color: rgb(51,22,81); }
H1.HeaderClassName
{
color: #331651;
}
.AnyTagClassName
{
color: #331651;
}
</style>
background-color css
<style>
a { background-color: #331651; }
a { background-color: rgb(51,22,81); }
div.DivClassName
{
background-color: #331651;
}
.BgClassName
{
background-color: #331651;
}
</style>
border-color css
<style>
span { border-color: #331651; }
span { border-color: rgb(51,22,81); }
td.TdClassName
{
border-color: #331651;
}
.TagClassName
{
border-color: #331651;
}
</style>