Shades of Violent Violet #200F53
Tints of Violent Violet #200F53
RGB
CMYK
RGB Variations
Color information
#200F53 (or 0x200F53) is known color: Violent Violet. HEX triplet: 20, 0F and 53. RGB value is (32,15,83). Sum of RGB (Red+Green+Blue) = 32+15+83=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #200F53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200F53 is #DFF0AC. Grayscale: #1B1B1B. Windows color (decimal): -14676141 or 5443360. OLE color: 5443360.
HSL color Cylindrical-coordinate representation of color #200F53: hue angle of 255º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #200F53 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 15 | 83 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.67 |
| HSL | 255º | 0.69% | 0.19% | - |
| HSV(B) | 255º | 0.82% | 0.33% | - |
| XYZ | 2.33 | 1.27 | 8.31 | - |
| YUV | 27.84 | 159.13 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 83 | 0.61 | 0.82 | 0 | 0.67 | 255 | 0.69 | 0.19 |
| Hex | 20 | F | 53 | 3D | 52 | 0 | 43 | FF | 45 | 13 |
| Octal | 40 | 17 | 123 | 75 | 122 | 0 | 103 | 377 | 105 | 23 |
| Binary | 100000 | 1111 | 1010011 | 111101 | 1010010 | 0 | 1000011 | 11111111 | 1000101 | 10011 |
Color Harmonies of #200F53
Complementary color
Monochromatic Colors of #200F53
Black with #200F53
Text Example
Text Example
White with #200F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F53; }
p { color: rgb(32,15,83); }
H1.HeaderClassName
{
color: #200F53;
}
.AnyTagClassName
{
color: #200F53;
}
</style>
background-color css
<style>
a { background-color: #200F53; }
a { background-color: rgb(32,15,83); }
div.DivClassName
{
background-color: #200F53;
}
.BgClassName
{
background-color: #200F53;
}
</style>
border-color css
<style>
span { border-color: #200F53; }
span { border-color: rgb(32,15,83); }
td.TdClassName
{
border-color: #200F53;
}
.TagClassName
{
border-color: #200F53;
}
</style>