Shades of Violent Violet #120146
Tints of Violent Violet #120146
RGB
CMYK
RGB Variations
Color information
#120146 (or 0x120146) is known color: Violent Violet. HEX triplet: 12, 01 and 46. RGB value is (18,1,70). Sum of RGB (Red+Green+Blue) = 18+1+70=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 70 (27.73% from 255 or 78.65% from 89); Max value from RGB is 70 - color contains mainly: blue. Hex color #120146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120146 is #EDFEB9. Grayscale: #0D0D0D. Windows color (decimal): -15597242 or 4587794. OLE color: 4587794.
HSL color Cylindrical-coordinate representation of color #120146: hue angle of 254.78º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #120146 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 1 | 70 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.73 |
| HSL | 254.78º | 0.97% | 0.14% | - |
| HSV(B) | 254.78º | 0.99% | 0.27% | - |
| XYZ | 1.37 | 0.59 | 5.84 | - |
| YUV | 13.95 | 159.63 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 70 | 0.74 | 0.99 | 0 | 0.73 | 254.78 | 0.97 | 0.14 |
| Hex | 12 | 1 | 46 | 4A | 63 | 0 | 49 | FF | 61 | E |
| Octal | 22 | 1 | 106 | 112 | 143 | 0 | 111 | 377 | 141 | 16 |
| Binary | 10010 | 1 | 1000110 | 1001010 | 1100011 | 0 | 1001001 | 11111111 | 1100001 | 1110 |
Color Harmonies of #120146
Complementary color
Monochromatic Colors of #120146
Black with #120146
Text Example
Text Example
White with #120146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120146; }
p { color: rgb(18,1,70); }
H1.HeaderClassName
{
color: #120146;
}
.AnyTagClassName
{
color: #120146;
}
</style>
background-color css
<style>
a { background-color: #120146; }
a { background-color: rgb(18,1,70); }
div.DivClassName
{
background-color: #120146;
}
.BgClassName
{
background-color: #120146;
}
</style>
border-color css
<style>
span { border-color: #120146; }
span { border-color: rgb(18,1,70); }
td.TdClassName
{
border-color: #120146;
}
.TagClassName
{
border-color: #120146;
}
</style>