Shades of Violent Violet #332547
Tints of Violent Violet #332547
RGB
CMYK
RGB Variations
Color information
#332547 (or 0x332547) is known color: Violent Violet. HEX triplet: 33, 25 and 47. RGB value is (51,37,71). Sum of RGB (Red+Green+Blue) = 51+37+71=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 71 - color contains mainly: blue. Hex color #332547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332547 is #CCDAB8. Grayscale: #2C2C2C. Windows color (decimal): -13425337 or 4662579. OLE color: 4662579.
HSL color Cylindrical-coordinate representation of color #332547: hue angle of 264.71º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #332547 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 37 | 71 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.72 |
| HSL | 264.71º | 0.31% | 0.21% | - |
| HSV(B) | 264.71º | 0.48% | 0.28% | - |
| XYZ | 3.16 | 2.48 | 6.27 | - |
| YUV | 45.06 | 142.64 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 71 | 0.28 | 0.48 | 0 | 0.72 | 264.71 | 0.31 | 0.21 |
| Hex | 33 | 25 | 47 | 1C | 30 | 0 | 48 | 109 | 1F | 15 |
| Octal | 63 | 45 | 107 | 34 | 60 | 0 | 110 | 411 | 37 | 25 |
| Binary | 110011 | 100101 | 1000111 | 11100 | 110000 | 0 | 1001000 | 100001001 | 11111 | 10101 |
Color Harmonies of #332547
Complementary color
Monochromatic Colors of #332547
Black with #332547
Text Example
Text Example
White with #332547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332547; }
p { color: rgb(51,37,71); }
H1.HeaderClassName
{
color: #332547;
}
.AnyTagClassName
{
color: #332547;
}
</style>
background-color css
<style>
a { background-color: #332547; }
a { background-color: rgb(51,37,71); }
div.DivClassName
{
background-color: #332547;
}
.BgClassName
{
background-color: #332547;
}
</style>
border-color css
<style>
span { border-color: #332547; }
span { border-color: rgb(51,37,71); }
td.TdClassName
{
border-color: #332547;
}
.TagClassName
{
border-color: #332547;
}
</style>