Shades of Violent Violet #200355
Tints of Violent Violet #200355
RGB
CMYK
RGB Variations
Color information
#200355 (or 0x200355) is known color: Violent Violet. HEX triplet: 20, 03 and 55. RGB value is (32,3,85). Sum of RGB (Red+Green+Blue) = 32+3+85=120 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.67% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 85 (33.59% from 255 or 70.83% from 120); Max value from RGB is 85 - color contains mainly: blue. Hex color #200355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200355 is #DFFCAA. Grayscale: #141414. Windows color (decimal): -14679211 or 5571360. OLE color: 5571360.
HSL color Cylindrical-coordinate representation of color #200355: hue angle of 261.22º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #200355 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 3 | 85 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.67 |
| HSL | 261.22º | 0.93% | 0.17% | - |
| HSV(B) | 261.22º | 0.96% | 0.33% | - |
| XYZ | 2.27 | 1.03 | 8.67 | - |
| YUV | 21.02 | 164.11 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 85 | 0.62 | 0.96 | 0 | 0.67 | 261.22 | 0.93 | 0.17 |
| Hex | 20 | 3 | 55 | 3E | 60 | 0 | 43 | 105 | 5D | 11 |
| Octal | 40 | 3 | 125 | 76 | 140 | 0 | 103 | 405 | 135 | 21 |
| Binary | 100000 | 11 | 1010101 | 111110 | 1100000 | 0 | 1000011 | 100000101 | 1011101 | 10001 |
Color Harmonies of #200355
Complementary color
Monochromatic Colors of #200355
Black with #200355
Text Example
Text Example
White with #200355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200355; }
p { color: rgb(32,3,85); }
H1.HeaderClassName
{
color: #200355;
}
.AnyTagClassName
{
color: #200355;
}
</style>
background-color css
<style>
a { background-color: #200355; }
a { background-color: rgb(32,3,85); }
div.DivClassName
{
background-color: #200355;
}
.BgClassName
{
background-color: #200355;
}
</style>
border-color css
<style>
span { border-color: #200355; }
span { border-color: rgb(32,3,85); }
td.TdClassName
{
border-color: #200355;
}
.TagClassName
{
border-color: #200355;
}
</style>