Shades of Violent Violet #29174D
Tints of Violent Violet #29174D
RGB
CMYK
RGB Variations
Color information
#29174D (or 0x29174D) is known color: Violent Violet. HEX triplet: 29, 17 and 4D. RGB value is (41,23,77). Sum of RGB (Red+Green+Blue) = 41+23+77=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #29174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29174D is #D6E8B2. Grayscale: #222222. Windows color (decimal): -14084275 or 5052201. OLE color: 5052201.
HSL color Cylindrical-coordinate representation of color #29174D: hue angle of 260º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29174D is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 23 | 77 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.70 |
| HSL | 260º | 0.54% | 0.2% | - |
| HSV(B) | 260º | 0.7% | 0.3% | - |
| XYZ | 2.56 | 1.62 | 7.2 | - |
| YUV | 34.54 | 151.96 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 23 | 77 | 0.47 | 0.70 | 0 | 0.70 | 260 | 0.54 | 0.2 |
| Hex | 29 | 17 | 4D | 2F | 46 | 0 | 46 | 104 | 36 | 14 |
| Octal | 51 | 27 | 115 | 57 | 106 | 0 | 106 | 404 | 66 | 24 |
| Binary | 101001 | 10111 | 1001101 | 101111 | 1000110 | 0 | 1000110 | 100000100 | 110110 | 10100 |
Color Harmonies of #29174D
Complementary color
Monochromatic Colors of #29174D
Black with #29174D
Text Example
Text Example
White with #29174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29174D; }
p { color: rgb(41,23,77); }
H1.HeaderClassName
{
color: #29174D;
}
.AnyTagClassName
{
color: #29174D;
}
</style>
background-color css
<style>
a { background-color: #29174D; }
a { background-color: rgb(41,23,77); }
div.DivClassName
{
background-color: #29174D;
}
.BgClassName
{
background-color: #29174D;
}
</style>
border-color css
<style>
span { border-color: #29174D; }
span { border-color: rgb(41,23,77); }
td.TdClassName
{
border-color: #29174D;
}
.TagClassName
{
border-color: #29174D;
}
</style>