Shades of Violent Violet #120741
Tints of Violent Violet #120741
RGB
CMYK
RGB Variations
Color information
#120741 (or 0x120741) is known color: Violent Violet. HEX triplet: 12, 07 and 41. RGB value is (18,7,65). Sum of RGB (Red+Green+Blue) = 18+7+65=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 65 (25.78% from 255 or 72.22% from 90); Max value from RGB is 65 - color contains mainly: blue. Hex color #120741 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120741 is #EDF8BE. Grayscale: #101010. Windows color (decimal): -15595711 or 4261650. OLE color: 4261650.
HSL color Cylindrical-coordinate representation of color #120741: hue angle of 251.38º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #120741 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 7 | 65 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.75 |
| HSL | 251.38º | 0.81% | 0.14% | - |
| HSV(B) | 251.38º | 0.89% | 0.25% | - |
| XYZ | 1.28 | 0.66 | 5.06 | - |
| YUV | 16.9 | 155.14 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 7 | 65 | 0.72 | 0.89 | 0 | 0.75 | 251.38 | 0.81 | 0.14 |
| Hex | 12 | 7 | 41 | 48 | 59 | 0 | 4B | FB | 51 | E |
| Octal | 22 | 7 | 101 | 110 | 131 | 0 | 113 | 373 | 121 | 16 |
| Binary | 10010 | 111 | 1000001 | 1001000 | 1011001 | 0 | 1001011 | 11111011 | 1010001 | 1110 |
Color Harmonies of #120741
Complementary color
Monochromatic Colors of #120741
Black with #120741
Text Example
Text Example
White with #120741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120741; }
p { color: rgb(18,7,65); }
H1.HeaderClassName
{
color: #120741;
}
.AnyTagClassName
{
color: #120741;
}
</style>
background-color css
<style>
a { background-color: #120741; }
a { background-color: rgb(18,7,65); }
div.DivClassName
{
background-color: #120741;
}
.BgClassName
{
background-color: #120741;
}
</style>
border-color css
<style>
span { border-color: #120741; }
span { border-color: rgb(18,7,65); }
td.TdClassName
{
border-color: #120741;
}
.TagClassName
{
border-color: #120741;
}
</style>