Shades of Violent Violet #29144D
Tints of Violent Violet #29144D
RGB
CMYK
RGB Variations
Color information
#29144D (or 0x29144D) is known color: Violent Violet. HEX triplet: 29, 14 and 4D. RGB value is (41,20,77). Sum of RGB (Red+Green+Blue) = 41+20+77=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #29144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29144D is #D6EBB2. Grayscale: #202020. Windows color (decimal): -14085043 or 5051433. OLE color: 5051433.
HSL color Cylindrical-coordinate representation of color #29144D: hue angle of 262.11º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29144D is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 20 | 77 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.70 |
| HSL | 262.11º | 0.59% | 0.19% | - |
| HSV(B) | 262.11º | 0.74% | 0.3% | - |
| XYZ | 2.5 | 1.51 | 7.18 | - |
| YUV | 32.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 20 | 77 | 0.47 | 0.74 | 0 | 0.70 | 262.11 | 0.59 | 0.19 |
| Hex | 29 | 14 | 4D | 2F | 4A | 0 | 46 | 106 | 3B | 13 |
| Octal | 51 | 24 | 115 | 57 | 112 | 0 | 106 | 406 | 73 | 23 |
| Binary | 101001 | 10100 | 1001101 | 101111 | 1001010 | 0 | 1000110 | 100000110 | 111011 | 10011 |
Color Harmonies of #29144D
Complementary color
Monochromatic Colors of #29144D
Black with #29144D
Text Example
Text Example
White with #29144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29144D; }
p { color: rgb(41,20,77); }
H1.HeaderClassName
{
color: #29144D;
}
.AnyTagClassName
{
color: #29144D;
}
</style>
background-color css
<style>
a { background-color: #29144D; }
a { background-color: rgb(41,20,77); }
div.DivClassName
{
background-color: #29144D;
}
.BgClassName
{
background-color: #29144D;
}
</style>
border-color css
<style>
span { border-color: #29144D; }
span { border-color: rgb(41,20,77); }
td.TdClassName
{
border-color: #29144D;
}
.TagClassName
{
border-color: #29144D;
}
</style>