Shades of Violent Violet #11003C
Tints of Violent Violet #11003C
RGB
CMYK
RGB Variations
Color information
#11003C (or 0x11003C) is known color: Violent Violet. HEX triplet: 11, 00 and 3C. RGB value is (17,0,60). Sum of RGB (Red+Green+Blue) = 17+0+60=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 60 (23.83% from 255 or 77.92% from 77); Max value from RGB is 60 - color contains mainly: blue. Hex color #11003C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11003C is #EEFFC3. Grayscale: #0B0B0B. Windows color (decimal): -15663044 or 3932177. OLE color: 3932177.
HSL color Cylindrical-coordinate representation of color #11003C: hue angle of 257º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11003C is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 0 | 60 | - |
| CMYK | 0.72 | 1 | 0 | 0.76 |
| HSL | 257º | 1% | 0.12% | - |
| HSV(B) | 257º | 1% | 0.24% | - |
| XYZ | 1.05 | 0.45 | 4.31 | - |
| YUV | 11.92 | 155.13 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 60 | 0.72 | 1 | 0 | 0.76 | 257 | 1 | 0.12 |
| Hex | 11 | 0 | 3C | 48 | 64 | 0 | 4C | 101 | 64 | C |
| Octal | 21 | 0 | 74 | 110 | 144 | 0 | 114 | 401 | 144 | 14 |
| Binary | 10001 | 0 | 111100 | 1001000 | 1100100 | 0 | 1001100 | 100000001 | 1100100 | 1100 |
Color Harmonies of #11003C
Complementary color
Monochromatic Colors of #11003C
Black with #11003C
Text Example
Text Example
White with #11003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11003C; }
p { color: rgb(17,0,60); }
H1.HeaderClassName
{
color: #11003C;
}
.AnyTagClassName
{
color: #11003C;
}
</style>
background-color css
<style>
a { background-color: #11003C; }
a { background-color: rgb(17,0,60); }
div.DivClassName
{
background-color: #11003C;
}
.BgClassName
{
background-color: #11003C;
}
</style>
border-color css
<style>
span { border-color: #11003C; }
span { border-color: rgb(17,0,60); }
td.TdClassName
{
border-color: #11003C;
}
.TagClassName
{
border-color: #11003C;
}
</style>