Shades of Violent Violet #332549
Tints of Violent Violet #332549
RGB
CMYK
RGB Variations
Color information
#332549 (or 0x332549) is known color: Violent Violet. HEX triplet: 33, 25 and 49. RGB value is (51,37,73). Sum of RGB (Red+Green+Blue) = 51+37+73=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #332549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332549 is #CCDAB6. Grayscale: #2D2D2D. Windows color (decimal): -13425335 or 4793651. OLE color: 4793651.
HSL color Cylindrical-coordinate representation of color #332549: hue angle of 263.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #332549 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 37 | 73 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.71 |
| HSL | 263.33º | 0.33% | 0.22% | - |
| HSV(B) | 263.33º | 0.49% | 0.29% | - |
| XYZ | 3.23 | 2.51 | 6.62 | - |
| YUV | 45.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 73 | 0.30 | 0.49 | 0 | 0.71 | 263.33 | 0.33 | 0.22 |
| Hex | 33 | 25 | 49 | 1E | 31 | 0 | 47 | 107 | 21 | 16 |
| Octal | 63 | 45 | 111 | 36 | 61 | 0 | 107 | 407 | 41 | 26 |
| Binary | 110011 | 100101 | 1001001 | 11110 | 110001 | 0 | 1000111 | 100000111 | 100001 | 10110 |
Color Harmonies of #332549
Complementary color
Monochromatic Colors of #332549
Black with #332549
Text Example
Text Example
White with #332549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332549; }
p { color: rgb(51,37,73); }
H1.HeaderClassName
{
color: #332549;
}
.AnyTagClassName
{
color: #332549;
}
</style>
background-color css
<style>
a { background-color: #332549; }
a { background-color: rgb(51,37,73); }
div.DivClassName
{
background-color: #332549;
}
.BgClassName
{
background-color: #332549;
}
</style>
border-color css
<style>
span { border-color: #332549; }
span { border-color: rgb(51,37,73); }
td.TdClassName
{
border-color: #332549;
}
.TagClassName
{
border-color: #332549;
}
</style>