Shades of Violent Violet #200054
Tints of Violent Violet #200054
RGB
CMYK
RGB Variations
Color information
#200054 (or 0x200054) is known color: Violent Violet. HEX triplet: 20, 00 and 54. RGB value is (32,0,84). Sum of RGB (Red+Green+Blue) = 32+0+84=116 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.59% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 84 (33.20% from 255 or 72.41% from 116); Max value from RGB is 84 - color contains mainly: blue. Hex color #200054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200054 is #DFFFAB. Grayscale: #121212. Windows color (decimal): -14679980 or 5505056. OLE color: 5505056.
HSL color Cylindrical-coordinate representation of color #200054: hue angle of 262.86º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200054 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 0 | 84 | - |
| CMYK | 0.62 | 1 | 0 | 0.67 |
| HSL | 262.86º | 1% | 0.16% | - |
| HSV(B) | 262.86º | 1% | 0.33% | - |
| XYZ | 2.2 | 0.95 | 8.45 | - |
| YUV | 19.14 | 164.6 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 84 | 0.62 | 1 | 0 | 0.67 | 262.86 | 1 | 0.16 |
| Hex | 20 | 0 | 54 | 3E | 64 | 0 | 43 | 107 | 64 | 10 |
| Octal | 40 | 0 | 124 | 76 | 144 | 0 | 103 | 407 | 144 | 20 |
| Binary | 100000 | 0 | 1010100 | 111110 | 1100100 | 0 | 1000011 | 100000111 | 1100100 | 10000 |
Color Harmonies of #200054
Complementary color
Monochromatic Colors of #200054
Black with #200054
Text Example
Text Example
White with #200054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200054; }
p { color: rgb(32,0,84); }
H1.HeaderClassName
{
color: #200054;
}
.AnyTagClassName
{
color: #200054;
}
</style>
background-color css
<style>
a { background-color: #200054; }
a { background-color: rgb(32,0,84); }
div.DivClassName
{
background-color: #200054;
}
.BgClassName
{
background-color: #200054;
}
</style>
border-color css
<style>
span { border-color: #200054; }
span { border-color: rgb(32,0,84); }
td.TdClassName
{
border-color: #200054;
}
.TagClassName
{
border-color: #200054;
}
</style>