Shades of Violent Violet #110741
Tints of Violent Violet #110741
RGB
CMYK
RGB Variations
Color information
#110741 (or 0x110741) is known color: Violent Violet. HEX triplet: 11, 07 and 41. RGB value is (17,7,65). Sum of RGB (Red+Green+Blue) = 17+7+65=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 65 (25.78% from 255 or 73.03% from 89); Max value from RGB is 65 - color contains mainly: blue. Hex color #110741 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110741 is #EEF8BE. Grayscale: #101010. Windows color (decimal): -15661247 or 4261649. OLE color: 4261649.
HSL color Cylindrical-coordinate representation of color #110741: hue angle of 250.34º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #110741 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 7 | 65 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.75 |
| HSL | 250.34º | 0.81% | 0.14% | - |
| HSV(B) | 250.34º | 0.89% | 0.25% | - |
| XYZ | 1.26 | 0.65 | 5.06 | - |
| YUV | 16.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 65 | 0.74 | 0.89 | 0 | 0.75 | 250.34 | 0.81 | 0.14 |
| Hex | 11 | 7 | 41 | 4A | 59 | 0 | 4B | FA | 51 | E |
| Octal | 21 | 7 | 101 | 112 | 131 | 0 | 113 | 372 | 121 | 16 |
| Binary | 10001 | 111 | 1000001 | 1001010 | 1011001 | 0 | 1001011 | 11111010 | 1010001 | 1110 |
Color Harmonies of #110741
Complementary color
Monochromatic Colors of #110741
Black with #110741
Text Example
Text Example
White with #110741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110741; }
p { color: rgb(17,7,65); }
H1.HeaderClassName
{
color: #110741;
}
.AnyTagClassName
{
color: #110741;
}
</style>
background-color css
<style>
a { background-color: #110741; }
a { background-color: rgb(17,7,65); }
div.DivClassName
{
background-color: #110741;
}
.BgClassName
{
background-color: #110741;
}
</style>
border-color css
<style>
span { border-color: #110741; }
span { border-color: rgb(17,7,65); }
td.TdClassName
{
border-color: #110741;
}
.TagClassName
{
border-color: #110741;
}
</style>