Shades of Violent Violet #200059
Tints of Violent Violet #200059
RGB
CMYK
RGB Variations
Color information
#200059 (or 0x200059) is known color: Violent Violet. HEX triplet: 20, 00 and 59. RGB value is (32,0,89). Sum of RGB (Red+Green+Blue) = 32+0+89=121 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.45% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 89 (35.16% from 255 or 73.55% from 121); Max value from RGB is 89 - color contains mainly: blue. Hex color #200059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200059 is #DFFFA6. Grayscale: #131313. Windows color (decimal): -14679975 or 5832736. OLE color: 5832736.
HSL color Cylindrical-coordinate representation of color #200059: hue angle of 261.57º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200059 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 0 | 89 | - |
| CMYK | 0.64 | 1 | 0 | 0.65 |
| HSL | 261.57º | 1% | 0.17% | - |
| HSV(B) | 261.57º | 1% | 0.35% | - |
| XYZ | 2.4 | 1.03 | 9.52 | - |
| YUV | 19.71 | 167.1 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 89 | 0.64 | 1 | 0 | 0.65 | 261.57 | 1 | 0.17 |
| Hex | 20 | 0 | 59 | 40 | 64 | 0 | 41 | 106 | 64 | 11 |
| Octal | 40 | 0 | 131 | 100 | 144 | 0 | 101 | 406 | 144 | 21 |
| Binary | 100000 | 0 | 1011001 | 1000000 | 1100100 | 0 | 1000001 | 100000110 | 1100100 | 10001 |
Color Harmonies of #200059
Complementary color
Monochromatic Colors of #200059
Black with #200059
Text Example
Text Example
White with #200059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200059; }
p { color: rgb(32,0,89); }
H1.HeaderClassName
{
color: #200059;
}
.AnyTagClassName
{
color: #200059;
}
</style>
background-color css
<style>
a { background-color: #200059; }
a { background-color: rgb(32,0,89); }
div.DivClassName
{
background-color: #200059;
}
.BgClassName
{
background-color: #200059;
}
</style>
border-color css
<style>
span { border-color: #200059; }
span { border-color: rgb(32,0,89); }
td.TdClassName
{
border-color: #200059;
}
.TagClassName
{
border-color: #200059;
}
</style>