Shades of Violent Violet #29104E
Tints of Violent Violet #29104E
RGB
CMYK
RGB Variations
Color information
#29104E (or 0x29104E) is known color: Violent Violet. HEX triplet: 29, 10 and 4E. RGB value is (41,16,78). Sum of RGB (Red+Green+Blue) = 41+16+78=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 78 (30.86% from 255 or 57.78% from 135); Max value from RGB is 78 - color contains mainly: blue. Hex color #29104E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29104E is #D6EFB1. Grayscale: #1E1E1E. Windows color (decimal): -14086066 or 5115945. OLE color: 5115945.
HSL color Cylindrical-coordinate representation of color #29104E: hue angle of 264.19º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29104E is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 16 | 78 | - |
| CMYK | 0.47 | 0.79 | 0 | 0.69 |
| HSL | 264.19º | 0.66% | 0.18% | - |
| HSV(B) | 264.19º | 0.79% | 0.31% | - |
| XYZ | 2.47 | 1.39 | 7.35 | - |
| YUV | 30.54 | 154.78 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 16 | 78 | 0.47 | 0.79 | 0 | 0.69 | 264.19 | 0.66 | 0.18 |
| Hex | 29 | 10 | 4E | 2F | 4F | 0 | 45 | 108 | 42 | 12 |
| Octal | 51 | 20 | 116 | 57 | 117 | 0 | 105 | 410 | 102 | 22 |
| Binary | 101001 | 10000 | 1001110 | 101111 | 1001111 | 0 | 1000101 | 100001000 | 1000010 | 10010 |
Color Harmonies of #29104E
Complementary color
Monochromatic Colors of #29104E
Black with #29104E
Text Example
Text Example
White with #29104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29104E; }
p { color: rgb(41,16,78); }
H1.HeaderClassName
{
color: #29104E;
}
.AnyTagClassName
{
color: #29104E;
}
</style>
background-color css
<style>
a { background-color: #29104E; }
a { background-color: rgb(41,16,78); }
div.DivClassName
{
background-color: #29104E;
}
.BgClassName
{
background-color: #29104E;
}
</style>
border-color css
<style>
span { border-color: #29104E; }
span { border-color: rgb(41,16,78); }
td.TdClassName
{
border-color: #29104E;
}
.TagClassName
{
border-color: #29104E;
}
</style>