Shades of Violent Violet #110249
Tints of Violent Violet #110249
RGB
CMYK
RGB Variations
Color information
#110249 (or 0x110249) is known color: Violent Violet. HEX triplet: 11, 02 and 49. RGB value is (17,2,73). Sum of RGB (Red+Green+Blue) = 17+2+73=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 73 (28.91% from 255 or 79.35% from 92); Max value from RGB is 73 - color contains mainly: blue. Hex color #110249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110249 is #EEFDB6. Grayscale: #0E0E0E. Windows color (decimal): -15662519 or 4784657. OLE color: 4784657.
HSL color Cylindrical-coordinate representation of color #110249: hue angle of 252.68º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #110249 is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 2 | 73 | - |
| CMYK | 0.77 | 0.97 | 0 | 0.71 |
| HSL | 252.68º | 0.95% | 0.15% | - |
| HSV(B) | 252.68º | 0.97% | 0.29% | - |
| XYZ | 1.46 | 0.64 | 6.35 | - |
| YUV | 14.58 | 160.97 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 73 | 0.77 | 0.97 | 0 | 0.71 | 252.68 | 0.95 | 0.15 |
| Hex | 11 | 2 | 49 | 4D | 61 | 0 | 47 | FD | 5F | F |
| Octal | 21 | 2 | 111 | 115 | 141 | 0 | 107 | 375 | 137 | 17 |
| Binary | 10001 | 10 | 1001001 | 1001101 | 1100001 | 0 | 1000111 | 11111101 | 1011111 | 1111 |
Color Harmonies of #110249
Complementary color
Monochromatic Colors of #110249
Black with #110249
Text Example
Text Example
White with #110249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110249; }
p { color: rgb(17,2,73); }
H1.HeaderClassName
{
color: #110249;
}
.AnyTagClassName
{
color: #110249;
}
</style>
background-color css
<style>
a { background-color: #110249; }
a { background-color: rgb(17,2,73); }
div.DivClassName
{
background-color: #110249;
}
.BgClassName
{
background-color: #110249;
}
</style>
border-color css
<style>
span { border-color: #110249; }
span { border-color: rgb(17,2,73); }
td.TdClassName
{
border-color: #110249;
}
.TagClassName
{
border-color: #110249;
}
</style>