Shades of Violent Violet #200A57
Tints of Violent Violet #200A57
RGB
CMYK
RGB Variations
Color information
#200A57 (or 0x200A57) is known color: Violent Violet. HEX triplet: 20, 0A and 57. RGB value is (32,10,87). Sum of RGB (Red+Green+Blue) = 32+10+87=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 87 (34.38% from 255 or 67.44% from 129); Max value from RGB is 87 - color contains mainly: blue. Hex color #200A57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200A57 is #DFF5A8. Grayscale: #191919. Windows color (decimal): -14677417 or 5704224. OLE color: 5704224.
HSL color Cylindrical-coordinate representation of color #200A57: hue angle of 257.14º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #200A57 is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 10 | 87 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.66 |
| HSL | 257.14º | 0.79% | 0.19% | - |
| HSV(B) | 257.14º | 0.89% | 0.34% | - |
| XYZ | 2.42 | 1.21 | 9.12 | - |
| YUV | 25.36 | 162.79 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 87 | 0.63 | 0.89 | 0 | 0.66 | 257.14 | 0.79 | 0.19 |
| Hex | 20 | A | 57 | 3F | 59 | 0 | 42 | 101 | 4F | 13 |
| Octal | 40 | 12 | 127 | 77 | 131 | 0 | 102 | 401 | 117 | 23 |
| Binary | 100000 | 1010 | 1010111 | 111111 | 1011001 | 0 | 1000010 | 100000001 | 1001111 | 10011 |
Color Harmonies of #200A57
Complementary color
Monochromatic Colors of #200A57
Black with #200A57
Text Example
Text Example
White with #200A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A57; }
p { color: rgb(32,10,87); }
H1.HeaderClassName
{
color: #200A57;
}
.AnyTagClassName
{
color: #200A57;
}
</style>
background-color css
<style>
a { background-color: #200A57; }
a { background-color: rgb(32,10,87); }
div.DivClassName
{
background-color: #200A57;
}
.BgClassName
{
background-color: #200A57;
}
</style>
border-color css
<style>
span { border-color: #200A57; }
span { border-color: rgb(32,10,87); }
td.TdClassName
{
border-color: #200A57;
}
.TagClassName
{
border-color: #200A57;
}
</style>