Shades of Violent Violet #20055B
Tints of Violent Violet #20055B
RGB
CMYK
RGB Variations
Color information
#20055B (or 0x20055B) is known color: Violent Violet. HEX triplet: 20, 05 and 5B. RGB value is (32,5,91). Sum of RGB (Red+Green+Blue) = 32+5+91=128 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 91 (35.94% from 255 or 71.09% from 128); Max value from RGB is 91 - color contains mainly: blue. Hex color #20055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20055B is #DFFAA4. Grayscale: #161616. Windows color (decimal): -14678693 or 5965088. OLE color: 5965088.
HSL color Cylindrical-coordinate representation of color #20055B: hue angle of 258.84º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #20055B is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 5 | 91 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.64 |
| HSL | 258.84º | 0.9% | 0.19% | - |
| HSV(B) | 258.84º | 0.95% | 0.36% | - |
| XYZ | 2.54 | 1.17 | 9.99 | - |
| YUV | 22.88 | 166.45 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 91 | 0.65 | 0.95 | 0 | 0.64 | 258.84 | 0.9 | 0.19 |
| Hex | 20 | 5 | 5B | 41 | 5F | 0 | 40 | 103 | 5A | 13 |
| Octal | 40 | 5 | 133 | 101 | 137 | 0 | 100 | 403 | 132 | 23 |
| Binary | 100000 | 101 | 1011011 | 1000001 | 1011111 | 0 | 1000000 | 100000011 | 1011010 | 10011 |
Color Harmonies of #20055B
Complementary color
Monochromatic Colors of #20055B
Black with #20055B
Text Example
Text Example
White with #20055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20055B; }
p { color: rgb(32,5,91); }
H1.HeaderClassName
{
color: #20055B;
}
.AnyTagClassName
{
color: #20055B;
}
</style>
background-color css
<style>
a { background-color: #20055B; }
a { background-color: rgb(32,5,91); }
div.DivClassName
{
background-color: #20055B;
}
.BgClassName
{
background-color: #20055B;
}
</style>
border-color css
<style>
span { border-color: #20055B; }
span { border-color: rgb(32,5,91); }
td.TdClassName
{
border-color: #20055B;
}
.TagClassName
{
border-color: #20055B;
}
</style>