Shades of Violent Violet #120043
Tints of Violent Violet #120043
RGB
CMYK
RGB Variations
Color information
#120043 (or 0x120043) is known color: Violent Violet. HEX triplet: 12, 00 and 43. RGB value is (18,0,67). Sum of RGB (Red+Green+Blue) = 18+0+67=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 67 (26.56% from 255 or 78.82% from 85); Max value from RGB is 67 - color contains mainly: blue. Hex color #120043 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120043 is #EDFFBC. Grayscale: #0C0C0C. Windows color (decimal): -15597501 or 4390930. OLE color: 4390930.
HSL color Cylindrical-coordinate representation of color #120043: hue angle of 256.12º 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 #120043 is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 0 | 67 | - |
| CMYK | 0.73 | 1 | 0 | 0.74 |
| HSL | 256.12º | 1% | 0.13% | - |
| HSV(B) | 256.12º | 1% | 0.26% | - |
| XYZ | 1.26 | 0.53 | 5.35 | - |
| YUV | 13.02 | 158.46 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 67 | 0.73 | 1 | 0 | 0.74 | 256.12 | 1 | 0.13 |
| Hex | 12 | 0 | 43 | 49 | 64 | 0 | 4A | 100 | 64 | D |
| Octal | 22 | 0 | 103 | 111 | 144 | 0 | 112 | 400 | 144 | 15 |
| Binary | 10010 | 0 | 1000011 | 1001001 | 1100100 | 0 | 1001010 | 100000000 | 1100100 | 1101 |
Color Harmonies of #120043
Complementary color
Monochromatic Colors of #120043
Black with #120043
Text Example
Text Example
White with #120043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120043; }
p { color: rgb(18,0,67); }
H1.HeaderClassName
{
color: #120043;
}
.AnyTagClassName
{
color: #120043;
}
</style>
background-color css
<style>
a { background-color: #120043; }
a { background-color: rgb(18,0,67); }
div.DivClassName
{
background-color: #120043;
}
.BgClassName
{
background-color: #120043;
}
</style>
border-color css
<style>
span { border-color: #120043; }
span { border-color: rgb(18,0,67); }
td.TdClassName
{
border-color: #120043;
}
.TagClassName
{
border-color: #120043;
}
</style>