Shades of Violent Violet #120646
Tints of Violent Violet #120646
RGB
CMYK
RGB Variations
Color information
#120646 (or 0x120646) is known color: Violent Violet. HEX triplet: 12, 06 and 46. RGB value is (18,6,70). Sum of RGB (Red+Green+Blue) = 18+6+70=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 70 (27.73% from 255 or 74.47% from 94); Max value from RGB is 70 - color contains mainly: blue. Hex color #120646 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120646 is #EDF9B9. Grayscale: #101010. Windows color (decimal): -15595962 or 4589074. OLE color: 4589074.
HSL color Cylindrical-coordinate representation of color #120646: hue angle of 251.25º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120646 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 6 | 70 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.73 |
| HSL | 251.25º | 0.84% | 0.15% | - |
| HSV(B) | 251.25º | 0.91% | 0.27% | - |
| XYZ | 1.42 | 0.7 | 5.85 | - |
| YUV | 16.88 | 157.98 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 6 | 70 | 0.74 | 0.91 | 0 | 0.73 | 251.25 | 0.84 | 0.15 |
| Hex | 12 | 6 | 46 | 4A | 5B | 0 | 49 | FB | 54 | F |
| Octal | 22 | 6 | 106 | 112 | 133 | 0 | 111 | 373 | 124 | 17 |
| Binary | 10010 | 110 | 1000110 | 1001010 | 1011011 | 0 | 1001001 | 11111011 | 1010100 | 1111 |
Color Harmonies of #120646
Complementary color
Monochromatic Colors of #120646
Black with #120646
Text Example
Text Example
White with #120646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120646; }
p { color: rgb(18,6,70); }
H1.HeaderClassName
{
color: #120646;
}
.AnyTagClassName
{
color: #120646;
}
</style>
background-color css
<style>
a { background-color: #120646; }
a { background-color: rgb(18,6,70); }
div.DivClassName
{
background-color: #120646;
}
.BgClassName
{
background-color: #120646;
}
</style>
border-color css
<style>
span { border-color: #120646; }
span { border-color: rgb(18,6,70); }
td.TdClassName
{
border-color: #120646;
}
.TagClassName
{
border-color: #120646;
}
</style>