Shades of Violent Violet #12013D
Tints of Violent Violet #12013D
RGB
CMYK
RGB Variations
Color information
#12013D (or 0x12013D) is known color: Violent Violet. HEX triplet: 12, 01 and 3D. RGB value is (18,1,61). Sum of RGB (Red+Green+Blue) = 18+1+61=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 61 (24.22% from 255 or 76.25% from 80); Max value from RGB is 61 - color contains mainly: blue. Hex color #12013D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12013D is #EDFEC2. Grayscale: #0C0C0C. Windows color (decimal): -15597251 or 3997970. OLE color: 3997970.
HSL color Cylindrical-coordinate representation of color #12013D: hue angle of 257º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #12013D is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 1 | 61 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.76 |
| HSL | 257º | 0.97% | 0.12% | - |
| HSV(B) | 257º | 0.98% | 0.24% | - |
| XYZ | 1.1 | 0.49 | 4.45 | - |
| YUV | 12.92 | 155.13 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 61 | 0.70 | 0.98 | 0 | 0.76 | 257 | 0.97 | 0.12 |
| Hex | 12 | 1 | 3D | 46 | 62 | 0 | 4C | 101 | 61 | C |
| Octal | 22 | 1 | 75 | 106 | 142 | 0 | 114 | 401 | 141 | 14 |
| Binary | 10010 | 1 | 111101 | 1000110 | 1100010 | 0 | 1001100 | 100000001 | 1100001 | 1100 |
Color Harmonies of #12013D
Complementary color
Monochromatic Colors of #12013D
Black with #12013D
Text Example
Text Example
White with #12013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12013D; }
p { color: rgb(18,1,61); }
H1.HeaderClassName
{
color: #12013D;
}
.AnyTagClassName
{
color: #12013D;
}
</style>
background-color css
<style>
a { background-color: #12013D; }
a { background-color: rgb(18,1,61); }
div.DivClassName
{
background-color: #12013D;
}
.BgClassName
{
background-color: #12013D;
}
</style>
border-color css
<style>
span { border-color: #12013D; }
span { border-color: rgb(18,1,61); }
td.TdClassName
{
border-color: #12013D;
}
.TagClassName
{
border-color: #12013D;
}
</style>