Shades of Violent Violet #120249
Tints of Violent Violet #120249
RGB
CMYK
RGB Variations
Color information
#120249 (or 0x120249) is known color: Violent Violet. HEX triplet: 12, 02 and 49. RGB value is (18,2,73). Sum of RGB (Red+Green+Blue) = 18+2+73=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 73 (28.91% from 255 or 78.49% from 93); Max value from RGB is 73 - color contains mainly: blue. Hex color #120249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120249 is #EDFDB6. Grayscale: #0E0E0E. Windows color (decimal): -15596983 or 4784658. OLE color: 4784658.
HSL color Cylindrical-coordinate representation of color #120249: hue angle of 253.52º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #120249 is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 2 | 73 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.71 |
| HSL | 253.52º | 0.95% | 0.15% | - |
| HSV(B) | 253.52º | 0.97% | 0.29% | - |
| XYZ | 1.47 | 0.65 | 6.35 | - |
| YUV | 14.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 73 | 0.75 | 0.97 | 0 | 0.71 | 253.52 | 0.95 | 0.15 |
| Hex | 12 | 2 | 49 | 4B | 61 | 0 | 47 | FE | 5F | F |
| Octal | 22 | 2 | 111 | 113 | 141 | 0 | 107 | 376 | 137 | 17 |
| Binary | 10010 | 10 | 1001001 | 1001011 | 1100001 | 0 | 1000111 | 11111110 | 1011111 | 1111 |
Color Harmonies of #120249
Complementary color
Monochromatic Colors of #120249
Black with #120249
Text Example
Text Example
White with #120249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120249; }
p { color: rgb(18,2,73); }
H1.HeaderClassName
{
color: #120249;
}
.AnyTagClassName
{
color: #120249;
}
</style>
background-color css
<style>
a { background-color: #120249; }
a { background-color: rgb(18,2,73); }
div.DivClassName
{
background-color: #120249;
}
.BgClassName
{
background-color: #120249;
}
</style>
border-color css
<style>
span { border-color: #120249; }
span { border-color: rgb(18,2,73); }
td.TdClassName
{
border-color: #120249;
}
.TagClassName
{
border-color: #120249;
}
</style>