Shades of Violent Violet #120246
Tints of Violent Violet #120246
RGB
CMYK
RGB Variations
Color information
#120246 (or 0x120246) is known color: Violent Violet. HEX triplet: 12, 02 and 46. RGB value is (18,2,70). Sum of RGB (Red+Green+Blue) = 18+2+70=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 70 (27.73% from 255 or 77.78% from 90); Max value from RGB is 70 - color contains mainly: blue. Hex color #120246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120246 is #EDFDB9. Grayscale: #0E0E0E. Windows color (decimal): -15596986 or 4588050. OLE color: 4588050.
HSL color Cylindrical-coordinate representation of color #120246: hue angle of 254.12º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #120246 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 2 | 70 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.73 |
| HSL | 254.12º | 0.94% | 0.14% | - |
| HSV(B) | 254.12º | 0.97% | 0.27% | - |
| XYZ | 1.38 | 0.61 | 5.84 | - |
| YUV | 14.54 | 159.3 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 70 | 0.74 | 0.97 | 0 | 0.73 | 254.12 | 0.94 | 0.14 |
| Hex | 12 | 2 | 46 | 4A | 61 | 0 | 49 | FE | 5E | E |
| Octal | 22 | 2 | 106 | 112 | 141 | 0 | 111 | 376 | 136 | 16 |
| Binary | 10010 | 10 | 1000110 | 1001010 | 1100001 | 0 | 1001001 | 11111110 | 1011110 | 1110 |
Color Harmonies of #120246
Complementary color
Monochromatic Colors of #120246
Black with #120246
Text Example
Text Example
White with #120246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120246; }
p { color: rgb(18,2,70); }
H1.HeaderClassName
{
color: #120246;
}
.AnyTagClassName
{
color: #120246;
}
</style>
background-color css
<style>
a { background-color: #120246; }
a { background-color: rgb(18,2,70); }
div.DivClassName
{
background-color: #120246;
}
.BgClassName
{
background-color: #120246;
}
</style>
border-color css
<style>
span { border-color: #120246; }
span { border-color: rgb(18,2,70); }
td.TdClassName
{
border-color: #120246;
}
.TagClassName
{
border-color: #120246;
}
</style>