Shades of Violent Violet #29114B
Tints of Violent Violet #29114B
RGB
CMYK
RGB Variations
Color information
#29114B (or 0x29114B) is known color: Violent Violet. HEX triplet: 29, 11 and 4B. RGB value is (41,17,75). Sum of RGB (Red+Green+Blue) = 41+17+75=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 75 (29.69% from 255 or 56.39% from 133); Max value from RGB is 75 - color contains mainly: blue. Hex color #29114B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29114B is #D6EEB4. Grayscale: #1E1E1E. Windows color (decimal): -14085813 or 4919593. OLE color: 4919593.
HSL color Cylindrical-coordinate representation of color #29114B: hue angle of 264.83º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29114B is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 17 | 75 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.71 |
| HSL | 264.83º | 0.63% | 0.18% | - |
| HSV(B) | 264.83º | 0.77% | 0.29% | - |
| XYZ | 2.38 | 1.38 | 6.8 | - |
| YUV | 30.79 | 152.95 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 17 | 75 | 0.45 | 0.77 | 0 | 0.71 | 264.83 | 0.63 | 0.18 |
| Hex | 29 | 11 | 4B | 2D | 4D | 0 | 47 | 109 | 3F | 12 |
| Octal | 51 | 21 | 113 | 55 | 115 | 0 | 107 | 411 | 77 | 22 |
| Binary | 101001 | 10001 | 1001011 | 101101 | 1001101 | 0 | 1000111 | 100001001 | 111111 | 10010 |
Color Harmonies of #29114B
Complementary color
Monochromatic Colors of #29114B
Black with #29114B
Text Example
Text Example
White with #29114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29114B; }
p { color: rgb(41,17,75); }
H1.HeaderClassName
{
color: #29114B;
}
.AnyTagClassName
{
color: #29114B;
}
</style>
background-color css
<style>
a { background-color: #29114B; }
a { background-color: rgb(41,17,75); }
div.DivClassName
{
background-color: #29114B;
}
.BgClassName
{
background-color: #29114B;
}
</style>
border-color css
<style>
span { border-color: #29114B; }
span { border-color: rgb(41,17,75); }
td.TdClassName
{
border-color: #29114B;
}
.TagClassName
{
border-color: #29114B;
}
</style>