Shades of Violent Violet #12024D
Tints of Violent Violet #12024D
RGB
CMYK
RGB Variations
Color information
#12024D (or 0x12024D) is known color: Violent Violet. HEX triplet: 12, 02 and 4D. RGB value is (18,2,77). Sum of RGB (Red+Green+Blue) = 18+2+77=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 77 (30.47% from 255 or 79.38% from 97); Max value from RGB is 77 - color contains mainly: blue. Hex color #12024D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12024D is #EDFDB2. Grayscale: #0F0F0F. Windows color (decimal): -15596979 or 5046802. OLE color: 5046802.
HSL color Cylindrical-coordinate representation of color #12024D: hue angle of 252.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12024D is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 2 | 77 | - |
| CMYK | 0.77 | 0.97 | 0 | 0.70 |
| HSL | 252.8º | 0.95% | 0.15% | - |
| HSV(B) | 252.8º | 0.97% | 0.3% | - |
| XYZ | 1.61 | 0.71 | 7.07 | - |
| YUV | 15.33 | 162.8 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 77 | 0.77 | 0.97 | 0 | 0.70 | 252.8 | 0.95 | 0.15 |
| Hex | 12 | 2 | 4D | 4D | 61 | 0 | 46 | FD | 5F | F |
| Octal | 22 | 2 | 115 | 115 | 141 | 0 | 106 | 375 | 137 | 17 |
| Binary | 10010 | 10 | 1001101 | 1001101 | 1100001 | 0 | 1000110 | 11111101 | 1011111 | 1111 |
Color Harmonies of #12024D
Complementary color
Monochromatic Colors of #12024D
Black with #12024D
Text Example
Text Example
White with #12024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12024D; }
p { color: rgb(18,2,77); }
H1.HeaderClassName
{
color: #12024D;
}
.AnyTagClassName
{
color: #12024D;
}
</style>
background-color css
<style>
a { background-color: #12024D; }
a { background-color: rgb(18,2,77); }
div.DivClassName
{
background-color: #12024D;
}
.BgClassName
{
background-color: #12024D;
}
</style>
border-color css
<style>
span { border-color: #12024D; }
span { border-color: rgb(18,2,77); }
td.TdClassName
{
border-color: #12024D;
}
.TagClassName
{
border-color: #12024D;
}
</style>