Shades of Violent Violet #331C4C
Tints of Violent Violet #331C4C
RGB
CMYK
RGB Variations
Color information
#331C4C (or 0x331C4C) is known color: Violent Violet. HEX triplet: 33, 1C and 4C. RGB value is (51,28,76). Sum of RGB (Red+Green+Blue) = 51+28+76=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #331C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331C4C is #CCE3B3. Grayscale: #282828. Windows color (decimal): -13427636 or 4987955. OLE color: 4987955.
HSL color Cylindrical-coordinate representation of color #331C4C: hue angle of 268.75º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #331C4C is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 28 | 76 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.70 |
| HSL | 268.75º | 0.46% | 0.2% | - |
| HSV(B) | 268.75º | 0.63% | 0.3% | - |
| XYZ | 3.09 | 2.06 | 7.07 | - |
| YUV | 40.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 76 | 0.33 | 0.63 | 0 | 0.70 | 268.75 | 0.46 | 0.2 |
| Hex | 33 | 1C | 4C | 21 | 3F | 0 | 46 | 10D | 2E | 14 |
| Octal | 63 | 34 | 114 | 41 | 77 | 0 | 106 | 415 | 56 | 24 |
| Binary | 110011 | 11100 | 1001100 | 100001 | 111111 | 0 | 1000110 | 100001101 | 101110 | 10100 |
Color Harmonies of #331C4C
Complementary color
Monochromatic Colors of #331C4C
Black with #331C4C
Text Example
Text Example
White with #331C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331C4C; }
p { color: rgb(51,28,76); }
H1.HeaderClassName
{
color: #331C4C;
}
.AnyTagClassName
{
color: #331C4C;
}
</style>
background-color css
<style>
a { background-color: #331C4C; }
a { background-color: rgb(51,28,76); }
div.DivClassName
{
background-color: #331C4C;
}
.BgClassName
{
background-color: #331C4C;
}
</style>
border-color css
<style>
span { border-color: #331C4C; }
span { border-color: rgb(51,28,76); }
td.TdClassName
{
border-color: #331C4C;
}
.TagClassName
{
border-color: #331C4C;
}
</style>