Shades of Violent Violet #120340
Tints of Violent Violet #120340
RGB
CMYK
RGB Variations
Color information
#120340 (or 0x120340) is known color: Violent Violet. HEX triplet: 12, 03 and 40. RGB value is (18,3,64). Sum of RGB (Red+Green+Blue) = 18+3+64=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 64 (25.39% from 255 or 75.29% from 85); Max value from RGB is 64 - color contains mainly: blue. Hex color #120340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120340 is #EDFCBF. Grayscale: #0E0E0E. Windows color (decimal): -15596736 or 4195090. OLE color: 4195090.
HSL color Cylindrical-coordinate representation of color #120340: hue angle of 254.75º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120340 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 3 | 64 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.75 |
| HSL | 254.75º | 0.91% | 0.13% | - |
| HSV(B) | 254.75º | 0.95% | 0.25% | - |
| XYZ | 1.21 | 0.56 | 4.9 | - |
| YUV | 14.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 64 | 0.72 | 0.95 | 0 | 0.75 | 254.75 | 0.91 | 0.13 |
| Hex | 12 | 3 | 40 | 48 | 5F | 0 | 4B | FF | 5B | D |
| Octal | 22 | 3 | 100 | 110 | 137 | 0 | 113 | 377 | 133 | 15 |
| Binary | 10010 | 11 | 1000000 | 1001000 | 1011111 | 0 | 1001011 | 11111111 | 1011011 | 1101 |
Color Harmonies of #120340
Complementary color
Monochromatic Colors of #120340
Black with #120340
Text Example
Text Example
White with #120340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120340; }
p { color: rgb(18,3,64); }
H1.HeaderClassName
{
color: #120340;
}
.AnyTagClassName
{
color: #120340;
}
</style>
background-color css
<style>
a { background-color: #120340; }
a { background-color: rgb(18,3,64); }
div.DivClassName
{
background-color: #120340;
}
.BgClassName
{
background-color: #120340;
}
</style>
border-color css
<style>
span { border-color: #120340; }
span { border-color: rgb(18,3,64); }
td.TdClassName
{
border-color: #120340;
}
.TagClassName
{
border-color: #120340;
}
</style>