Shades of Violent Violet #11013D
Tints of Violent Violet #11013D
RGB
CMYK
RGB Variations
Color information
#11013D (or 0x11013D) is known color: Violent Violet. HEX triplet: 11, 01 and 3D. RGB value is (17,1,61). Sum of RGB (Red+Green+Blue) = 17+1+61=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 61 (24.22% from 255 or 77.22% from 79); Max value from RGB is 61 - color contains mainly: blue. Hex color #11013D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11013D is #EEFEC2. Grayscale: #0C0C0C. Windows color (decimal): -15662787 or 3997969. OLE color: 3997969.
HSL color Cylindrical-coordinate representation of color #11013D: hue angle of 256º 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 #11013D is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 1 | 61 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.76 |
| HSL | 256º | 0.97% | 0.12% | - |
| HSV(B) | 256º | 0.98% | 0.24% | - |
| XYZ | 1.08 | 0.48 | 4.45 | - |
| YUV | 12.62 | 155.3 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 61 | 0.72 | 0.98 | 0 | 0.76 | 256 | 0.97 | 0.12 |
| Hex | 11 | 1 | 3D | 48 | 62 | 0 | 4C | 100 | 61 | C |
| Octal | 21 | 1 | 75 | 110 | 142 | 0 | 114 | 400 | 141 | 14 |
| Binary | 10001 | 1 | 111101 | 1001000 | 1100010 | 0 | 1001100 | 100000000 | 1100001 | 1100 |
Color Harmonies of #11013D
Complementary color
Monochromatic Colors of #11013D
Black with #11013D
Text Example
Text Example
White with #11013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11013D; }
p { color: rgb(17,1,61); }
H1.HeaderClassName
{
color: #11013D;
}
.AnyTagClassName
{
color: #11013D;
}
</style>
background-color css
<style>
a { background-color: #11013D; }
a { background-color: rgb(17,1,61); }
div.DivClassName
{
background-color: #11013D;
}
.BgClassName
{
background-color: #11013D;
}
</style>
border-color css
<style>
span { border-color: #11013D; }
span { border-color: rgb(17,1,61); }
td.TdClassName
{
border-color: #11013D;
}
.TagClassName
{
border-color: #11013D;
}
</style>