Shades of Violent Violet #200653
Tints of Violent Violet #200653
RGB
CMYK
RGB Variations
Color information
#200653 (or 0x200653) is known color: Violent Violet. HEX triplet: 20, 06 and 53. RGB value is (32,6,83). Sum of RGB (Red+Green+Blue) = 32+6+83=121 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.45% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #200653 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200653 is #DFF9AC. Grayscale: #161616. Windows color (decimal): -14678445 or 5441056. OLE color: 5441056.
HSL color Cylindrical-coordinate representation of color #200653: hue angle of 260.26º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200653 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 6 | 83 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.67 |
| HSL | 260.26º | 0.87% | 0.17% | - |
| HSV(B) | 260.26º | 0.93% | 0.33% | - |
| XYZ | 2.22 | 1.06 | 8.27 | - |
| YUV | 22.55 | 162.11 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 83 | 0.61 | 0.93 | 0 | 0.67 | 260.26 | 0.87 | 0.17 |
| Hex | 20 | 6 | 53 | 3D | 5D | 0 | 43 | 104 | 57 | 11 |
| Octal | 40 | 6 | 123 | 75 | 135 | 0 | 103 | 404 | 127 | 21 |
| Binary | 100000 | 110 | 1010011 | 111101 | 1011101 | 0 | 1000011 | 100000100 | 1010111 | 10001 |
Color Harmonies of #200653
Complementary color
Monochromatic Colors of #200653
Black with #200653
Text Example
Text Example
White with #200653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200653; }
p { color: rgb(32,6,83); }
H1.HeaderClassName
{
color: #200653;
}
.AnyTagClassName
{
color: #200653;
}
</style>
background-color css
<style>
a { background-color: #200653; }
a { background-color: rgb(32,6,83); }
div.DivClassName
{
background-color: #200653;
}
.BgClassName
{
background-color: #200653;
}
</style>
border-color css
<style>
span { border-color: #200653; }
span { border-color: rgb(32,6,83); }
td.TdClassName
{
border-color: #200653;
}
.TagClassName
{
border-color: #200653;
}
</style>