Shades of Violent Violet #200F52
Tints of Violent Violet #200F52
RGB
CMYK
RGB Variations
Color information
#200F52 (or 0x200F52) is known color: Violent Violet. HEX triplet: 20, 0F and 52. RGB value is (32,15,82). Sum of RGB (Red+Green+Blue) = 32+15+82=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 82 (32.42% from 255 or 63.57% from 129); Max value from RGB is 82 - color contains mainly: blue. Hex color #200F52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200F52 is #DFF0AD. Grayscale: #1B1B1B. Windows color (decimal): -14676142 or 5377824. OLE color: 5377824.
HSL color Cylindrical-coordinate representation of color #200F52: hue angle of 255.22º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #200F52 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 15 | 82 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.68 |
| HSL | 255.22º | 0.69% | 0.19% | - |
| HSV(B) | 255.22º | 0.82% | 0.32% | - |
| XYZ | 2.29 | 1.26 | 8.1 | - |
| YUV | 27.72 | 158.63 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 82 | 0.61 | 0.82 | 0 | 0.68 | 255.22 | 0.69 | 0.19 |
| Hex | 20 | F | 52 | 3D | 52 | 0 | 44 | FF | 45 | 13 |
| Octal | 40 | 17 | 122 | 75 | 122 | 0 | 104 | 377 | 105 | 23 |
| Binary | 100000 | 1111 | 1010010 | 111101 | 1010010 | 0 | 1000100 | 11111111 | 1000101 | 10011 |
Color Harmonies of #200F52
Complementary color
Monochromatic Colors of #200F52
Black with #200F52
Text Example
Text Example
White with #200F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F52; }
p { color: rgb(32,15,82); }
H1.HeaderClassName
{
color: #200F52;
}
.AnyTagClassName
{
color: #200F52;
}
</style>
background-color css
<style>
a { background-color: #200F52; }
a { background-color: rgb(32,15,82); }
div.DivClassName
{
background-color: #200F52;
}
.BgClassName
{
background-color: #200F52;
}
</style>
border-color css
<style>
span { border-color: #200F52; }
span { border-color: rgb(32,15,82); }
td.TdClassName
{
border-color: #200F52;
}
.TagClassName
{
border-color: #200F52;
}
</style>