Shades of Violent Violet #200550
Tints of Violent Violet #200550
RGB
CMYK
RGB Variations
Color information
#200550 (or 0x200550) is known color: Violent Violet. HEX triplet: 20, 05 and 50. RGB value is (32,5,80). Sum of RGB (Red+Green+Blue) = 32+5+80=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 80 (31.64% from 255 or 68.38% from 117); Max value from RGB is 80 - color contains mainly: blue. Hex color #200550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200550 is #DFFAAF. Grayscale: #151515. Windows color (decimal): -14678704 or 5244192. OLE color: 5244192.
HSL color Cylindrical-coordinate representation of color #200550: hue angle of 261.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200550 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 5 | 80 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.69 |
| HSL | 261.6º | 0.88% | 0.17% | - |
| HSV(B) | 261.6º | 0.94% | 0.31% | - |
| XYZ | 2.1 | 0.99 | 7.67 | - |
| YUV | 21.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 80 | 0.60 | 0.94 | 0 | 0.69 | 261.6 | 0.88 | 0.17 |
| Hex | 20 | 5 | 50 | 3C | 5E | 0 | 45 | 106 | 58 | 11 |
| Octal | 40 | 5 | 120 | 74 | 136 | 0 | 105 | 406 | 130 | 21 |
| Binary | 100000 | 101 | 1010000 | 111100 | 1011110 | 0 | 1000101 | 100000110 | 1011000 | 10001 |
Color Harmonies of #200550
Complementary color
Monochromatic Colors of #200550
Black with #200550
Text Example
Text Example
White with #200550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200550; }
p { color: rgb(32,5,80); }
H1.HeaderClassName
{
color: #200550;
}
.AnyTagClassName
{
color: #200550;
}
</style>
background-color css
<style>
a { background-color: #200550; }
a { background-color: rgb(32,5,80); }
div.DivClassName
{
background-color: #200550;
}
.BgClassName
{
background-color: #200550;
}
</style>
border-color css
<style>
span { border-color: #200550; }
span { border-color: rgb(32,5,80); }
td.TdClassName
{
border-color: #200550;
}
.TagClassName
{
border-color: #200550;
}
</style>