Shades of Violent Violet #120643
Tints of Violent Violet #120643
RGB
CMYK
RGB Variations
Color information
#120643 (or 0x120643) is known color: Violent Violet. HEX triplet: 12, 06 and 43. RGB value is (18,6,67). Sum of RGB (Red+Green+Blue) = 18+6+67=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 67 (26.56% from 255 or 73.63% from 91); Max value from RGB is 67 - color contains mainly: blue. Hex color #120643 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120643 is #EDF9BC. Grayscale: #101010. Windows color (decimal): -15595965 or 4392466. OLE color: 4392466.
HSL color Cylindrical-coordinate representation of color #120643: hue angle of 251.8º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120643 is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 6 | 67 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.74 |
| HSL | 251.8º | 0.84% | 0.14% | - |
| HSV(B) | 251.8º | 0.91% | 0.26% | - |
| XYZ | 1.33 | 0.66 | 5.37 | - |
| YUV | 16.54 | 156.48 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 6 | 67 | 0.73 | 0.91 | 0 | 0.74 | 251.8 | 0.84 | 0.14 |
| Hex | 12 | 6 | 43 | 49 | 5B | 0 | 4A | FC | 54 | E |
| Octal | 22 | 6 | 103 | 111 | 133 | 0 | 112 | 374 | 124 | 16 |
| Binary | 10010 | 110 | 1000011 | 1001001 | 1011011 | 0 | 1001010 | 11111100 | 1010100 | 1110 |
Color Harmonies of #120643
Complementary color
Monochromatic Colors of #120643
Black with #120643
Text Example
Text Example
White with #120643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120643; }
p { color: rgb(18,6,67); }
H1.HeaderClassName
{
color: #120643;
}
.AnyTagClassName
{
color: #120643;
}
</style>
background-color css
<style>
a { background-color: #120643; }
a { background-color: rgb(18,6,67); }
div.DivClassName
{
background-color: #120643;
}
.BgClassName
{
background-color: #120643;
}
</style>
border-color css
<style>
span { border-color: #120643; }
span { border-color: rgb(18,6,67); }
td.TdClassName
{
border-color: #120643;
}
.TagClassName
{
border-color: #120643;
}
</style>