Shades of Violent Violet #200B53
Tints of Violent Violet #200B53
RGB
CMYK
RGB Variations
Color information
#200B53 (or 0x200B53) is known color: Violent Violet. HEX triplet: 20, 0B and 53. RGB value is (32,11,83). Sum of RGB (Red+Green+Blue) = 32+11+83=126 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.40% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #200B53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200B53 is #DFF4AC. Grayscale: #191919. Windows color (decimal): -14677165 or 5442336. OLE color: 5442336.
HSL color Cylindrical-coordinate representation of color #200B53: hue angle of 257.5º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #200B53 is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 11 | 83 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.67 |
| HSL | 257.5º | 0.77% | 0.18% | - |
| HSV(B) | 257.5º | 0.87% | 0.33% | - |
| XYZ | 2.28 | 1.17 | 8.29 | - |
| YUV | 25.49 | 160.46 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 83 | 0.61 | 0.87 | 0 | 0.67 | 257.5 | 0.77 | 0.18 |
| Hex | 20 | B | 53 | 3D | 57 | 0 | 43 | 102 | 4D | 12 |
| Octal | 40 | 13 | 123 | 75 | 127 | 0 | 103 | 402 | 115 | 22 |
| Binary | 100000 | 1011 | 1010011 | 111101 | 1010111 | 0 | 1000011 | 100000010 | 1001101 | 10010 |
Color Harmonies of #200B53
Complementary color
Monochromatic Colors of #200B53
Black with #200B53
Text Example
Text Example
White with #200B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B53; }
p { color: rgb(32,11,83); }
H1.HeaderClassName
{
color: #200B53;
}
.AnyTagClassName
{
color: #200B53;
}
</style>
background-color css
<style>
a { background-color: #200B53; }
a { background-color: rgb(32,11,83); }
div.DivClassName
{
background-color: #200B53;
}
.BgClassName
{
background-color: #200B53;
}
</style>
border-color css
<style>
span { border-color: #200B53; }
span { border-color: rgb(32,11,83); }
td.TdClassName
{
border-color: #200B53;
}
.TagClassName
{
border-color: #200B53;
}
</style>