Shades of Violent Violet #12004B
Tints of Violent Violet #12004B
RGB
CMYK
RGB Variations
Color information
#12004B (or 0x12004B) is known color: Violent Violet. HEX triplet: 12, 00 and 4B. RGB value is (18,0,75). Sum of RGB (Red+Green+Blue) = 18+0+75=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 75 (29.69% from 255 or 80.65% from 93); Max value from RGB is 75 - color contains mainly: blue. Hex color #12004B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12004B is #EDFFB4. Grayscale: #0D0D0D. Windows color (decimal): -15597493 or 4915218. OLE color: 4915218.
HSL color Cylindrical-coordinate representation of color #12004B: hue angle of 254.4º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12004B is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 0 | 75 | - |
| CMYK | 0.76 | 1 | 0 | 0.71 |
| HSL | 254.4º | 1% | 0.15% | - |
| HSV(B) | 254.4º | 1% | 0.29% | - |
| XYZ | 1.52 | 0.64 | 6.7 | - |
| YUV | 13.93 | 162.46 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 75 | 0.76 | 1 | 0 | 0.71 | 254.4 | 1 | 0.15 |
| Hex | 12 | 0 | 4B | 4C | 64 | 0 | 47 | FE | 64 | F |
| Octal | 22 | 0 | 113 | 114 | 144 | 0 | 107 | 376 | 144 | 17 |
| Binary | 10010 | 0 | 1001011 | 1001100 | 1100100 | 0 | 1000111 | 11111110 | 1100100 | 1111 |
Color Harmonies of #12004B
Complementary color
Monochromatic Colors of #12004B
Black with #12004B
Text Example
Text Example
White with #12004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12004B; }
p { color: rgb(18,0,75); }
H1.HeaderClassName
{
color: #12004B;
}
.AnyTagClassName
{
color: #12004B;
}
</style>
background-color css
<style>
a { background-color: #12004B; }
a { background-color: rgb(18,0,75); }
div.DivClassName
{
background-color: #12004B;
}
.BgClassName
{
background-color: #12004B;
}
</style>
border-color css
<style>
span { border-color: #12004B; }
span { border-color: rgb(18,0,75); }
td.TdClassName
{
border-color: #12004B;
}
.TagClassName
{
border-color: #12004B;
}
</style>