Shades of Violent Violet #120049
Tints of Violent Violet #120049
RGB
CMYK
RGB Variations
Color information
#120049 (or 0x120049) is known color: Violent Violet. HEX triplet: 12, 00 and 49. RGB value is (18,0,73). Sum of RGB (Red+Green+Blue) = 18+0+73=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 73 (28.91% from 255 or 80.22% from 91); Max value from RGB is 73 - color contains mainly: blue. Hex color #120049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120049 is #EDFFB6. Grayscale: #0D0D0D. Windows color (decimal): -15597495 or 4784146. OLE color: 4784146.
HSL color Cylindrical-coordinate representation of color #120049: hue angle of 254.79º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120049 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 0 | 73 | - |
| CMYK | 0.75 | 1 | 0 | 0.71 |
| HSL | 254.79º | 1% | 0.14% | - |
| HSV(B) | 254.79º | 1% | 0.29% | - |
| XYZ | 1.45 | 0.61 | 6.34 | - |
| YUV | 13.7 | 161.46 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 73 | 0.75 | 1 | 0 | 0.71 | 254.79 | 1 | 0.14 |
| Hex | 12 | 0 | 49 | 4B | 64 | 0 | 47 | FF | 64 | E |
| Octal | 22 | 0 | 111 | 113 | 144 | 0 | 107 | 377 | 144 | 16 |
| Binary | 10010 | 0 | 1001001 | 1001011 | 1100100 | 0 | 1000111 | 11111111 | 1100100 | 1110 |
Color Harmonies of #120049
Complementary color
Monochromatic Colors of #120049
Black with #120049
Text Example
Text Example
White with #120049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120049; }
p { color: rgb(18,0,73); }
H1.HeaderClassName
{
color: #120049;
}
.AnyTagClassName
{
color: #120049;
}
</style>
background-color css
<style>
a { background-color: #120049; }
a { background-color: rgb(18,0,73); }
div.DivClassName
{
background-color: #120049;
}
.BgClassName
{
background-color: #120049;
}
</style>
border-color css
<style>
span { border-color: #120049; }
span { border-color: rgb(18,0,73); }
td.TdClassName
{
border-color: #120049;
}
.TagClassName
{
border-color: #120049;
}
</style>