Shades of Violent Violet #200A4B
Tints of Violent Violet #200A4B
RGB
CMYK
RGB Variations
Color information
#200A4B (or 0x200A4B) is known color: Violent Violet. HEX triplet: 20, 0A and 4B. RGB value is (32,10,75). Sum of RGB (Red+Green+Blue) = 32+10+75=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 75 (29.69% from 255 or 64.10% from 117); Max value from RGB is 75 - color contains mainly: blue. Hex color #200A4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200A4B is #DFF5B4. Grayscale: #171717. Windows color (decimal): -14677429 or 4917792. OLE color: 4917792.
HSL color Cylindrical-coordinate representation of color #200A4B: hue angle of 260.31º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #200A4B is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 10 | 75 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.71 |
| HSL | 260.31º | 0.76% | 0.17% | - |
| HSV(B) | 260.31º | 0.87% | 0.29% | - |
| XYZ | 1.97 | 1.03 | 6.75 | - |
| YUV | 23.99 | 156.79 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 75 | 0.57 | 0.87 | 0 | 0.71 | 260.31 | 0.76 | 0.17 |
| Hex | 20 | A | 4B | 39 | 57 | 0 | 47 | 104 | 4C | 11 |
| Octal | 40 | 12 | 113 | 71 | 127 | 0 | 107 | 404 | 114 | 21 |
| Binary | 100000 | 1010 | 1001011 | 111001 | 1010111 | 0 | 1000111 | 100000100 | 1001100 | 10001 |
Color Harmonies of #200A4B
Complementary color
Monochromatic Colors of #200A4B
Black with #200A4B
Text Example
Text Example
White with #200A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A4B; }
p { color: rgb(32,10,75); }
H1.HeaderClassName
{
color: #200A4B;
}
.AnyTagClassName
{
color: #200A4B;
}
</style>
background-color css
<style>
a { background-color: #200A4B; }
a { background-color: rgb(32,10,75); }
div.DivClassName
{
background-color: #200A4B;
}
.BgClassName
{
background-color: #200A4B;
}
</style>
border-color css
<style>
span { border-color: #200A4B; }
span { border-color: rgb(32,10,75); }
td.TdClassName
{
border-color: #200A4B;
}
.TagClassName
{
border-color: #200A4B;
}
</style>