Shades of Violent Violet #200753
Tints of Violent Violet #200753
RGB
CMYK
RGB Variations
Color information
#200753 (or 0x200753) is known color: Violent Violet. HEX triplet: 20, 07 and 53. RGB value is (32,7,83). Sum of RGB (Red+Green+Blue) = 32+7+83=122 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.23% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 83 (32.81% from 255 or 68.03% from 122); Max value from RGB is 83 - color contains mainly: blue. Hex color #200753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200753 is #DFF8AC. Grayscale: #161616. Windows color (decimal): -14678189 or 5441312. OLE color: 5441312.
HSL color Cylindrical-coordinate representation of color #200753: hue angle of 259.74º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200753 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 7 | 83 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.67 |
| HSL | 259.74º | 0.84% | 0.18% | - |
| HSV(B) | 259.74º | 0.92% | 0.33% | - |
| XYZ | 2.23 | 1.08 | 8.28 | - |
| YUV | 23.14 | 161.78 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 83 | 0.61 | 0.92 | 0 | 0.67 | 259.74 | 0.84 | 0.18 |
| Hex | 20 | 7 | 53 | 3D | 5C | 0 | 43 | 104 | 54 | 12 |
| Octal | 40 | 7 | 123 | 75 | 134 | 0 | 103 | 404 | 124 | 22 |
| Binary | 100000 | 111 | 1010011 | 111101 | 1011100 | 0 | 1000011 | 100000100 | 1010100 | 10010 |
Color Harmonies of #200753
Complementary color
Monochromatic Colors of #200753
Black with #200753
Text Example
Text Example
White with #200753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200753; }
p { color: rgb(32,7,83); }
H1.HeaderClassName
{
color: #200753;
}
.AnyTagClassName
{
color: #200753;
}
</style>
background-color css
<style>
a { background-color: #200753; }
a { background-color: rgb(32,7,83); }
div.DivClassName
{
background-color: #200753;
}
.BgClassName
{
background-color: #200753;
}
</style>
border-color css
<style>
span { border-color: #200753; }
span { border-color: rgb(32,7,83); }
td.TdClassName
{
border-color: #200753;
}
.TagClassName
{
border-color: #200753;
}
</style>