Shades of Violent Violet #12003F
Tints of Violent Violet #12003F
RGB
CMYK
RGB Variations
Color information
#12003F (or 0x12003F) is known color: Violent Violet. HEX triplet: 12, 00 and 3F. RGB value is (18,0,63). Sum of RGB (Red+Green+Blue) = 18+0+63=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 63 (25% from 255 or 77.78% from 81); Max value from RGB is 63 - color contains mainly: blue. Hex color #12003F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12003F is #EDFFC0. Grayscale: #0C0C0C. Windows color (decimal): -15597505 or 4128786. OLE color: 4128786.
HSL color Cylindrical-coordinate representation of color #12003F: hue angle of 257.14º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12003F is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 0 | 63 | - |
| CMYK | 0.71 | 1 | 0 | 0.75 |
| HSL | 257.14º | 1% | 0.12% | - |
| HSV(B) | 257.14º | 1% | 0.25% | - |
| XYZ | 1.15 | 0.49 | 4.74 | - |
| YUV | 12.56 | 156.46 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 63 | 0.71 | 1 | 0 | 0.75 | 257.14 | 1 | 0.12 |
| Hex | 12 | 0 | 3F | 47 | 64 | 0 | 4B | 101 | 64 | C |
| Octal | 22 | 0 | 77 | 107 | 144 | 0 | 113 | 401 | 144 | 14 |
| Binary | 10010 | 0 | 111111 | 1000111 | 1100100 | 0 | 1001011 | 100000001 | 1100100 | 1100 |
Color Harmonies of #12003F
Complementary color
Monochromatic Colors of #12003F
Black with #12003F
Text Example
Text Example
White with #12003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12003F; }
p { color: rgb(18,0,63); }
H1.HeaderClassName
{
color: #12003F;
}
.AnyTagClassName
{
color: #12003F;
}
</style>
background-color css
<style>
a { background-color: #12003F; }
a { background-color: rgb(18,0,63); }
div.DivClassName
{
background-color: #12003F;
}
.BgClassName
{
background-color: #12003F;
}
</style>
border-color css
<style>
span { border-color: #12003F; }
span { border-color: rgb(18,0,63); }
td.TdClassName
{
border-color: #12003F;
}
.TagClassName
{
border-color: #12003F;
}
</style>