Shades of Violent Violet #12024C
Tints of Violent Violet #12024C
RGB
CMYK
RGB Variations
Color information
#12024C (or 0x12024C) is known color: Violent Violet. HEX triplet: 12, 02 and 4C. RGB value is (18,2,76). Sum of RGB (Red+Green+Blue) = 18+2+76=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 76 (30.08% from 255 or 79.17% from 96); Max value from RGB is 76 - color contains mainly: blue. Hex color #12024C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12024C is #EDFDB3. Grayscale: #0E0E0E. Windows color (decimal): -15596980 or 4981266. OLE color: 4981266.
HSL color Cylindrical-coordinate representation of color #12024C: hue angle of 252.97º 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 #12024C is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 2 | 76 | - |
| CMYK | 0.76 | 0.97 | 0 | 0.70 |
| HSL | 252.97º | 0.95% | 0.15% | - |
| HSV(B) | 252.97º | 0.97% | 0.3% | - |
| XYZ | 1.58 | 0.69 | 6.89 | - |
| YUV | 15.22 | 162.3 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 76 | 0.76 | 0.97 | 0 | 0.70 | 252.97 | 0.95 | 0.15 |
| Hex | 12 | 2 | 4C | 4C | 61 | 0 | 46 | FD | 5F | F |
| Octal | 22 | 2 | 114 | 114 | 141 | 0 | 106 | 375 | 137 | 17 |
| Binary | 10010 | 10 | 1001100 | 1001100 | 1100001 | 0 | 1000110 | 11111101 | 1011111 | 1111 |
Color Harmonies of #12024C
Complementary color
Monochromatic Colors of #12024C
Black with #12024C
Text Example
Text Example
White with #12024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12024C; }
p { color: rgb(18,2,76); }
H1.HeaderClassName
{
color: #12024C;
}
.AnyTagClassName
{
color: #12024C;
}
</style>
background-color css
<style>
a { background-color: #12024C; }
a { background-color: rgb(18,2,76); }
div.DivClassName
{
background-color: #12024C;
}
.BgClassName
{
background-color: #12024C;
}
</style>
border-color css
<style>
span { border-color: #12024C; }
span { border-color: rgb(18,2,76); }
td.TdClassName
{
border-color: #12024C;
}
.TagClassName
{
border-color: #12024C;
}
</style>