Shades of Violent Violet #20065C
Tints of Violent Violet #20065C
RGB
CMYK
RGB Variations
Color information
#20065C (or 0x20065C) is known color: Violent Violet. HEX triplet: 20, 06 and 5C. RGB value is (32,6,92). Sum of RGB (Red+Green+Blue) = 32+6+92=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 92 (36.33% from 255 or 70.77% from 130); Max value from RGB is 92 - color contains mainly: blue. Hex color #20065C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20065C is #DFF9A3. Grayscale: #171717. Windows color (decimal): -14678436 or 6030880. OLE color: 6030880.
HSL color Cylindrical-coordinate representation of color #20065C: hue angle of 258.14º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20065C is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 6 | 92 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.64 |
| HSL | 258.14º | 0.88% | 0.19% | - |
| HSV(B) | 258.14º | 0.93% | 0.36% | - |
| XYZ | 2.59 | 1.21 | 10.22 | - |
| YUV | 23.58 | 166.61 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 92 | 0.65 | 0.93 | 0 | 0.64 | 258.14 | 0.88 | 0.19 |
| Hex | 20 | 6 | 5C | 41 | 5D | 0 | 40 | 102 | 58 | 13 |
| Octal | 40 | 6 | 134 | 101 | 135 | 0 | 100 | 402 | 130 | 23 |
| Binary | 100000 | 110 | 1011100 | 1000001 | 1011101 | 0 | 1000000 | 100000010 | 1011000 | 10011 |
Color Harmonies of #20065C
Complementary color
Monochromatic Colors of #20065C
Black with #20065C
Text Example
Text Example
White with #20065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20065C; }
p { color: rgb(32,6,92); }
H1.HeaderClassName
{
color: #20065C;
}
.AnyTagClassName
{
color: #20065C;
}
</style>
background-color css
<style>
a { background-color: #20065C; }
a { background-color: rgb(32,6,92); }
div.DivClassName
{
background-color: #20065C;
}
.BgClassName
{
background-color: #20065C;
}
</style>
border-color css
<style>
span { border-color: #20065C; }
span { border-color: rgb(32,6,92); }
td.TdClassName
{
border-color: #20065C;
}
.TagClassName
{
border-color: #20065C;
}
</style>