Shades of Violent Violet #120047
Tints of Violent Violet #120047
RGB
CMYK
RGB Variations
Color information
#120047 (or 0x120047) is known color: Violent Violet. HEX triplet: 12, 00 and 47. RGB value is (18,0,71). Sum of RGB (Red+Green+Blue) = 18+0+71=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 71 (28.12% from 255 or 79.78% from 89); Max value from RGB is 71 - color contains mainly: blue. Hex color #120047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120047 is #EDFFB8. Grayscale: #0D0D0D. Windows color (decimal): -15597497 or 4653074. OLE color: 4653074.
HSL color Cylindrical-coordinate representation of color #120047: hue angle of 255.21º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120047 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 0 | 71 | - |
| CMYK | 0.75 | 1 | 0 | 0.72 |
| HSL | 255.21º | 1% | 0.14% | - |
| HSV(B) | 255.21º | 1% | 0.28% | - |
| XYZ | 1.39 | 0.58 | 6 | - |
| YUV | 13.48 | 160.46 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 71 | 0.75 | 1 | 0 | 0.72 | 255.21 | 1 | 0.14 |
| Hex | 12 | 0 | 47 | 4B | 64 | 0 | 48 | FF | 64 | E |
| Octal | 22 | 0 | 107 | 113 | 144 | 0 | 110 | 377 | 144 | 16 |
| Binary | 10010 | 0 | 1000111 | 1001011 | 1100100 | 0 | 1001000 | 11111111 | 1100100 | 1110 |
Color Harmonies of #120047
Complementary color
Monochromatic Colors of #120047
Black with #120047
Text Example
Text Example
White with #120047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120047; }
p { color: rgb(18,0,71); }
H1.HeaderClassName
{
color: #120047;
}
.AnyTagClassName
{
color: #120047;
}
</style>
background-color css
<style>
a { background-color: #120047; }
a { background-color: rgb(18,0,71); }
div.DivClassName
{
background-color: #120047;
}
.BgClassName
{
background-color: #120047;
}
</style>
border-color css
<style>
span { border-color: #120047; }
span { border-color: rgb(18,0,71); }
td.TdClassName
{
border-color: #120047;
}
.TagClassName
{
border-color: #120047;
}
</style>