Shades of Violent Violet #200B57
Tints of Violent Violet #200B57
RGB
CMYK
RGB Variations
Color information
#200B57 (or 0x200B57) is known color: Violent Violet. HEX triplet: 20, 0B and 57. RGB value is (32,11,87). Sum of RGB (Red+Green+Blue) = 32+11+87=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 87 (34.38% from 255 or 66.92% from 130); Max value from RGB is 87 - color contains mainly: blue. Hex color #200B57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200B57 is #DFF4A8. Grayscale: #191919. Windows color (decimal): -14677161 or 5704480. OLE color: 5704480.
HSL color Cylindrical-coordinate representation of color #200B57: hue angle of 256.58º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #200B57 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 11 | 87 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.66 |
| HSL | 256.58º | 0.78% | 0.19% | - |
| HSV(B) | 256.58º | 0.87% | 0.34% | - |
| XYZ | 2.44 | 1.23 | 9.13 | - |
| YUV | 25.94 | 162.46 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 87 | 0.63 | 0.87 | 0 | 0.66 | 256.58 | 0.78 | 0.19 |
| Hex | 20 | B | 57 | 3F | 57 | 0 | 42 | 101 | 4E | 13 |
| Octal | 40 | 13 | 127 | 77 | 127 | 0 | 102 | 401 | 116 | 23 |
| Binary | 100000 | 1011 | 1010111 | 111111 | 1010111 | 0 | 1000010 | 100000001 | 1001110 | 10011 |
Color Harmonies of #200B57
Complementary color
Monochromatic Colors of #200B57
Black with #200B57
Text Example
Text Example
White with #200B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B57; }
p { color: rgb(32,11,87); }
H1.HeaderClassName
{
color: #200B57;
}
.AnyTagClassName
{
color: #200B57;
}
</style>
background-color css
<style>
a { background-color: #200B57; }
a { background-color: rgb(32,11,87); }
div.DivClassName
{
background-color: #200B57;
}
.BgClassName
{
background-color: #200B57;
}
</style>
border-color css
<style>
span { border-color: #200B57; }
span { border-color: rgb(32,11,87); }
td.TdClassName
{
border-color: #200B57;
}
.TagClassName
{
border-color: #200B57;
}
</style>