Shades of Violent Violet #11004E
Tints of Violent Violet #11004E
RGB
CMYK
RGB Variations
Color information
#11004E (or 0x11004E) is known color: Violent Violet. HEX triplet: 11, 00 and 4E. RGB value is (17,0,78). Sum of RGB (Red+Green+Blue) = 17+0+78=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 78 (30.86% from 255 or 82.11% from 95); Max value from RGB is 78 - color contains mainly: blue. Hex color #11004E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11004E is #EEFFB1. Grayscale: #0D0D0D. Windows color (decimal): -15663026 or 5111825. OLE color: 5111825.
HSL color Cylindrical-coordinate representation of color #11004E: hue angle of 253.08º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11004E is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 0 | 78 | - |
| CMYK | 0.78 | 1 | 0 | 0.69 |
| HSL | 253.08º | 1% | 0.15% | - |
| HSV(B) | 253.08º | 1% | 0.31% | - |
| XYZ | 1.61 | 0.67 | 7.25 | - |
| YUV | 13.98 | 164.13 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 78 | 0.78 | 1 | 0 | 0.69 | 253.08 | 1 | 0.15 |
| Hex | 11 | 0 | 4E | 4E | 64 | 0 | 45 | FD | 64 | F |
| Octal | 21 | 0 | 116 | 116 | 144 | 0 | 105 | 375 | 144 | 17 |
| Binary | 10001 | 0 | 1001110 | 1001110 | 1100100 | 0 | 1000101 | 11111101 | 1100100 | 1111 |
Color Harmonies of #11004E
Complementary color
Monochromatic Colors of #11004E
Black with #11004E
Text Example
Text Example
White with #11004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11004E; }
p { color: rgb(17,0,78); }
H1.HeaderClassName
{
color: #11004E;
}
.AnyTagClassName
{
color: #11004E;
}
</style>
background-color css
<style>
a { background-color: #11004E; }
a { background-color: rgb(17,0,78); }
div.DivClassName
{
background-color: #11004E;
}
.BgClassName
{
background-color: #11004E;
}
</style>
border-color css
<style>
span { border-color: #11004E; }
span { border-color: rgb(17,0,78); }
td.TdClassName
{
border-color: #11004E;
}
.TagClassName
{
border-color: #11004E;
}
</style>