Shades of Violent Violet #332353
Tints of Violent Violet #332353
RGB
CMYK
RGB Variations
Color information
#332353 (or 0x332353) is known color: Violent Violet. HEX triplet: 33, 23 and 53. RGB value is (51,35,83). Sum of RGB (Red+Green+Blue) = 51+35+83=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #332353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332353 is #CCDCAC. Grayscale: #2D2D2D. Windows color (decimal): -13425837 or 5448499. OLE color: 5448499.
HSL color Cylindrical-coordinate representation of color #332353: hue angle of 260º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #332353 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 35 | 83 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.67 |
| HSL | 260º | 0.41% | 0.23% | - |
| HSV(B) | 260º | 0.58% | 0.33% | - |
| XYZ | 3.53 | 2.53 | 8.49 | - |
| YUV | 45.26 | 149.3 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 35 | 83 | 0.39 | 0.58 | 0 | 0.67 | 260 | 0.41 | 0.23 |
| Hex | 33 | 23 | 53 | 27 | 3A | 0 | 43 | 104 | 29 | 17 |
| Octal | 63 | 43 | 123 | 47 | 72 | 0 | 103 | 404 | 51 | 27 |
| Binary | 110011 | 100011 | 1010011 | 100111 | 111010 | 0 | 1000011 | 100000100 | 101001 | 10111 |
Color Harmonies of #332353
Complementary color
Monochromatic Colors of #332353
Black with #332353
Text Example
Text Example
White with #332353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332353; }
p { color: rgb(51,35,83); }
H1.HeaderClassName
{
color: #332353;
}
.AnyTagClassName
{
color: #332353;
}
</style>
background-color css
<style>
a { background-color: #332353; }
a { background-color: rgb(51,35,83); }
div.DivClassName
{
background-color: #332353;
}
.BgClassName
{
background-color: #332353;
}
</style>
border-color css
<style>
span { border-color: #332353; }
span { border-color: rgb(51,35,83); }
td.TdClassName
{
border-color: #332353;
}
.TagClassName
{
border-color: #332353;
}
</style>