Shades of Violent Violet #120040
Tints of Violent Violet #120040
RGB
CMYK
RGB Variations
Color information
#120040 (or 0x120040) is known color: Violent Violet. HEX triplet: 12, 00 and 40. RGB value is (18,0,64). Sum of RGB (Red+Green+Blue) = 18+0+64=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 64 (25.39% from 255 or 78.05% from 82); Max value from RGB is 64 - color contains mainly: blue. Hex color #120040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120040 is #EDFFBF. Grayscale: #0C0C0C. Windows color (decimal): -15597504 or 4194322. OLE color: 4194322.
HSL color Cylindrical-coordinate representation of color #120040: hue angle of 256.88º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120040 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 0 | 64 | - |
| CMYK | 0.72 | 1 | 0 | 0.75 |
| HSL | 256.88º | 1% | 0.13% | - |
| HSV(B) | 256.88º | 1% | 0.25% | - |
| XYZ | 1.17 | 0.5 | 4.88 | - |
| YUV | 12.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 64 | 0.72 | 1 | 0 | 0.75 | 256.88 | 1 | 0.13 |
| Hex | 12 | 0 | 40 | 48 | 64 | 0 | 4B | 101 | 64 | D |
| Octal | 22 | 0 | 100 | 110 | 144 | 0 | 113 | 401 | 144 | 15 |
| Binary | 10010 | 0 | 1000000 | 1001000 | 1100100 | 0 | 1001011 | 100000001 | 1100100 | 1101 |
Color Harmonies of #120040
Complementary color
Monochromatic Colors of #120040
Black with #120040
Text Example
Text Example
White with #120040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120040; }
p { color: rgb(18,0,64); }
H1.HeaderClassName
{
color: #120040;
}
.AnyTagClassName
{
color: #120040;
}
</style>
background-color css
<style>
a { background-color: #120040; }
a { background-color: rgb(18,0,64); }
div.DivClassName
{
background-color: #120040;
}
.BgClassName
{
background-color: #120040;
}
</style>
border-color css
<style>
span { border-color: #120040; }
span { border-color: rgb(18,0,64); }
td.TdClassName
{
border-color: #120040;
}
.TagClassName
{
border-color: #120040;
}
</style>