Shades of Violent Violet #29164A
Tints of Violent Violet #29164A
RGB
CMYK
RGB Variations
Color information
#29164A (or 0x29164A) is known color: Violent Violet. HEX triplet: 29, 16 and 4A. RGB value is (41,22,74). Sum of RGB (Red+Green+Blue) = 41+22+74=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 74 (29.30% from 255 or 54.01% from 137); Max value from RGB is 74 - color contains mainly: blue. Hex color #29164A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29164A is #D6E9B5. Grayscale: #212121. Windows color (decimal): -14084534 or 4855337. OLE color: 4855337.
HSL color Cylindrical-coordinate representation of color #29164A: hue angle of 261.92º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29164A is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 22 | 74 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.71 |
| HSL | 261.92º | 0.54% | 0.19% | - |
| HSV(B) | 261.92º | 0.7% | 0.29% | - |
| XYZ | 2.44 | 1.54 | 6.65 | - |
| YUV | 33.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 22 | 74 | 0.45 | 0.70 | 0 | 0.71 | 261.92 | 0.54 | 0.19 |
| Hex | 29 | 16 | 4A | 2D | 46 | 0 | 47 | 106 | 36 | 13 |
| Octal | 51 | 26 | 112 | 55 | 106 | 0 | 107 | 406 | 66 | 23 |
| Binary | 101001 | 10110 | 1001010 | 101101 | 1000110 | 0 | 1000111 | 100000110 | 110110 | 10011 |
Color Harmonies of #29164A
Complementary color
Monochromatic Colors of #29164A
Black with #29164A
Text Example
Text Example
White with #29164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29164A; }
p { color: rgb(41,22,74); }
H1.HeaderClassName
{
color: #29164A;
}
.AnyTagClassName
{
color: #29164A;
}
</style>
background-color css
<style>
a { background-color: #29164A; }
a { background-color: rgb(41,22,74); }
div.DivClassName
{
background-color: #29164A;
}
.BgClassName
{
background-color: #29164A;
}
</style>
border-color css
<style>
span { border-color: #29164A; }
span { border-color: rgb(41,22,74); }
td.TdClassName
{
border-color: #29164A;
}
.TagClassName
{
border-color: #29164A;
}
</style>