Shades of Violent Violet #20065A
Tints of Violent Violet #20065A
RGB
CMYK
RGB Variations
Color information
#20065A (or 0x20065A) is known color: Violent Violet. HEX triplet: 20, 06 and 5A. RGB value is (32,6,90). Sum of RGB (Red+Green+Blue) = 32+6+90=128 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 90 (35.55% from 255 or 70.31% from 128); Max value from RGB is 90 - color contains mainly: blue. Hex color #20065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20065A is #DFF9A5. Grayscale: #171717. Windows color (decimal): -14678438 or 5899808. OLE color: 5899808.
HSL color Cylindrical-coordinate representation of color #20065A: hue angle of 258.57º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20065A is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 6 | 90 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.65 |
| HSL | 258.57º | 0.88% | 0.19% | - |
| HSV(B) | 258.57º | 0.93% | 0.35% | - |
| XYZ | 2.51 | 1.18 | 9.77 | - |
| YUV | 23.35 | 165.61 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 90 | 0.64 | 0.93 | 0 | 0.65 | 258.57 | 0.88 | 0.19 |
| Hex | 20 | 6 | 5A | 40 | 5D | 0 | 41 | 103 | 58 | 13 |
| Octal | 40 | 6 | 132 | 100 | 135 | 0 | 101 | 403 | 130 | 23 |
| Binary | 100000 | 110 | 1011010 | 1000000 | 1011101 | 0 | 1000001 | 100000011 | 1011000 | 10011 |
Color Harmonies of #20065A
Complementary color
Monochromatic Colors of #20065A
Black with #20065A
Text Example
Text Example
White with #20065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20065A; }
p { color: rgb(32,6,90); }
H1.HeaderClassName
{
color: #20065A;
}
.AnyTagClassName
{
color: #20065A;
}
</style>
background-color css
<style>
a { background-color: #20065A; }
a { background-color: rgb(32,6,90); }
div.DivClassName
{
background-color: #20065A;
}
.BgClassName
{
background-color: #20065A;
}
</style>
border-color css
<style>
span { border-color: #20065A; }
span { border-color: rgb(32,6,90); }
td.TdClassName
{
border-color: #20065A;
}
.TagClassName
{
border-color: #20065A;
}
</style>