Shades of Violent Violet #120042
Tints of Violent Violet #120042
RGB
CMYK
RGB Variations
Color information
#120042 (or 0x120042) is known color: Violent Violet. HEX triplet: 12, 00 and 42. RGB value is (18,0,66). Sum of RGB (Red+Green+Blue) = 18+0+66=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 66 (26.17% from 255 or 78.57% from 84); Max value from RGB is 66 - color contains mainly: blue. Hex color #120042 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120042 is #EDFFBD. Grayscale: #0C0C0C. Windows color (decimal): -15597502 or 4325394. OLE color: 4325394.
HSL color Cylindrical-coordinate representation of color #120042: hue angle of 256.36º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120042 is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 0 | 66 | - |
| CMYK | 0.73 | 1 | 0 | 0.74 |
| HSL | 256.36º | 1% | 0.13% | - |
| HSV(B) | 256.36º | 1% | 0.26% | - |
| XYZ | 1.23 | 0.52 | 5.19 | - |
| YUV | 12.91 | 157.96 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 66 | 0.73 | 1 | 0 | 0.74 | 256.36 | 1 | 0.13 |
| Hex | 12 | 0 | 42 | 49 | 64 | 0 | 4A | 100 | 64 | D |
| Octal | 22 | 0 | 102 | 111 | 144 | 0 | 112 | 400 | 144 | 15 |
| Binary | 10010 | 0 | 1000010 | 1001001 | 1100100 | 0 | 1001010 | 100000000 | 1100100 | 1101 |
Color Harmonies of #120042
Complementary color
Monochromatic Colors of #120042
Black with #120042
Text Example
Text Example
White with #120042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120042; }
p { color: rgb(18,0,66); }
H1.HeaderClassName
{
color: #120042;
}
.AnyTagClassName
{
color: #120042;
}
</style>
background-color css
<style>
a { background-color: #120042; }
a { background-color: rgb(18,0,66); }
div.DivClassName
{
background-color: #120042;
}
.BgClassName
{
background-color: #120042;
}
</style>
border-color css
<style>
span { border-color: #120042; }
span { border-color: rgb(18,0,66); }
td.TdClassName
{
border-color: #120042;
}
.TagClassName
{
border-color: #120042;
}
</style>