Shades of Violent Violet #200559
Tints of Violent Violet #200559
RGB
CMYK
RGB Variations
Color information
#200559 (or 0x200559) is known color: Violent Violet. HEX triplet: 20, 05 and 59. RGB value is (32,5,89). Sum of RGB (Red+Green+Blue) = 32+5+89=126 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.40% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 89 (35.16% from 255 or 70.63% from 126); Max value from RGB is 89 - color contains mainly: blue. Hex color #200559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200559 is #DFFAA6. Grayscale: #161616. Windows color (decimal): -14678695 or 5834016. OLE color: 5834016.
HSL color Cylindrical-coordinate representation of color #200559: hue angle of 259.29º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200559 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 5 | 89 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.65 |
| HSL | 259.29º | 0.89% | 0.18% | - |
| HSV(B) | 259.29º | 0.94% | 0.35% | - |
| XYZ | 2.45 | 1.14 | 9.54 | - |
| YUV | 22.65 | 165.45 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 89 | 0.64 | 0.94 | 0 | 0.65 | 259.29 | 0.89 | 0.18 |
| Hex | 20 | 5 | 59 | 40 | 5E | 0 | 41 | 103 | 59 | 12 |
| Octal | 40 | 5 | 131 | 100 | 136 | 0 | 101 | 403 | 131 | 22 |
| Binary | 100000 | 101 | 1011001 | 1000000 | 1011110 | 0 | 1000001 | 100000011 | 1011001 | 10010 |
Color Harmonies of #200559
Complementary color
Monochromatic Colors of #200559
Black with #200559
Text Example
Text Example
White with #200559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200559; }
p { color: rgb(32,5,89); }
H1.HeaderClassName
{
color: #200559;
}
.AnyTagClassName
{
color: #200559;
}
</style>
background-color css
<style>
a { background-color: #200559; }
a { background-color: rgb(32,5,89); }
div.DivClassName
{
background-color: #200559;
}
.BgClassName
{
background-color: #200559;
}
</style>
border-color css
<style>
span { border-color: #200559; }
span { border-color: rgb(32,5,89); }
td.TdClassName
{
border-color: #200559;
}
.TagClassName
{
border-color: #200559;
}
</style>