Shades of Violent Violet #200E4B
Tints of Violent Violet #200E4B
RGB
CMYK
RGB Variations
Color information
#200E4B (or 0x200E4B) is known color: Violent Violet. HEX triplet: 20, 0E and 4B. RGB value is (32,14,75). Sum of RGB (Red+Green+Blue) = 32+14+75=121 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.45% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 75 (29.69% from 255 or 61.98% from 121); Max value from RGB is 75 - color contains mainly: blue. Hex color #200E4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200E4B is #DFF1B4. Grayscale: #1A1A1A. Windows color (decimal): -14676405 or 4918816. OLE color: 4918816.
HSL color Cylindrical-coordinate representation of color #200E4B: hue angle of 257.7º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #200E4B is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 14 | 75 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.71 |
| HSL | 257.7º | 0.69% | 0.17% | - |
| HSV(B) | 257.7º | 0.81% | 0.29% | - |
| XYZ | 2.02 | 1.13 | 6.77 | - |
| YUV | 26.34 | 155.46 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 75 | 0.57 | 0.81 | 0 | 0.71 | 257.7 | 0.69 | 0.17 |
| Hex | 20 | E | 4B | 39 | 51 | 0 | 47 | 102 | 45 | 11 |
| Octal | 40 | 16 | 113 | 71 | 121 | 0 | 107 | 402 | 105 | 21 |
| Binary | 100000 | 1110 | 1001011 | 111001 | 1010001 | 0 | 1000111 | 100000010 | 1000101 | 10001 |
Color Harmonies of #200E4B
Complementary color
Monochromatic Colors of #200E4B
Black with #200E4B
Text Example
Text Example
White with #200E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E4B; }
p { color: rgb(32,14,75); }
H1.HeaderClassName
{
color: #200E4B;
}
.AnyTagClassName
{
color: #200E4B;
}
</style>
background-color css
<style>
a { background-color: #200E4B; }
a { background-color: rgb(32,14,75); }
div.DivClassName
{
background-color: #200E4B;
}
.BgClassName
{
background-color: #200E4B;
}
</style>
border-color css
<style>
span { border-color: #200E4B; }
span { border-color: rgb(32,14,75); }
td.TdClassName
{
border-color: #200E4B;
}
.TagClassName
{
border-color: #200E4B;
}
</style>