Shades of Violent Violet #352050
Tints of Violent Violet #352050
RGB
CMYK
RGB Variations
Color information
#352050 (or 0x352050) is known color: Violent Violet. HEX triplet: 35, 20 and 50. RGB value is (53,32,80). Sum of RGB (Red+Green+Blue) = 53+32+80=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #352050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352050 is #CADFAF. Grayscale: #2B2B2B. Windows color (decimal): -13295536 or 5251125. OLE color: 5251125.
HSL color Cylindrical-coordinate representation of color #352050: hue angle of 266.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352050 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 32 | 80 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.69 |
| HSL | 266.25º | 0.43% | 0.22% | - |
| HSV(B) | 266.25º | 0.6% | 0.31% | - |
| XYZ | 3.43 | 2.37 | 7.87 | - |
| YUV | 43.75 | 148.46 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 80 | 0.34 | 0.60 | 0 | 0.69 | 266.25 | 0.43 | 0.22 |
| Hex | 35 | 20 | 50 | 22 | 3C | 0 | 45 | 10A | 2B | 16 |
| Octal | 65 | 40 | 120 | 42 | 74 | 0 | 105 | 412 | 53 | 26 |
| Binary | 110101 | 100000 | 1010000 | 100010 | 111100 | 0 | 1000101 | 100001010 | 101011 | 10110 |
Color Harmonies of #352050
Complementary color
Monochromatic Colors of #352050
Black with #352050
Text Example
Text Example
White with #352050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352050; }
p { color: rgb(53,32,80); }
H1.HeaderClassName
{
color: #352050;
}
.AnyTagClassName
{
color: #352050;
}
</style>
background-color css
<style>
a { background-color: #352050; }
a { background-color: rgb(53,32,80); }
div.DivClassName
{
background-color: #352050;
}
.BgClassName
{
background-color: #352050;
}
</style>
border-color css
<style>
span { border-color: #352050; }
span { border-color: rgb(53,32,80); }
td.TdClassName
{
border-color: #352050;
}
.TagClassName
{
border-color: #352050;
}
</style>