Shades of Purple Heart #4C1DB6
Tints of Purple Heart #4C1DB6
RGB
CMYK
RGB Variations
Color information
#4C1DB6 (or 0x4C1DB6) is known color: Purple Heart. HEX triplet: 4C, 1D and B6. RGB value is (76,29,182). Sum of RGB (Red+Green+Blue) = 76+29+182=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 182 (71.48% from 255 or 63.41% from 287); Max value from RGB is 182 - color contains mainly: blue. Hex color #4C1DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1DB6 is #B3E249. Grayscale: #3B3B3B. Windows color (decimal): -11788874 or 11935052. OLE color: 11935052.
HSL color Cylindrical-coordinate representation of color #4C1DB6: hue angle of 258.43º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C1DB6 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 29 | 182 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.29 |
| HSL | 258.43º | 0.73% | 0.41% | - |
| HSV(B) | 258.43º | 0.84% | 0.71% | - |
| XYZ | 11.86 | 5.79 | 44.75 | - |
| YUV | 60.5 | 196.57 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 29 | 182 | 0.58 | 0.84 | 0 | 0.29 | 258.43 | 0.73 | 0.41 |
| Hex | 4C | 1D | B6 | 3A | 54 | 0 | 1D | 102 | 49 | 29 |
| Octal | 114 | 35 | 266 | 72 | 124 | 0 | 35 | 402 | 111 | 51 |
| Binary | 1001100 | 11101 | 10110110 | 111010 | 1010100 | 0 | 11101 | 100000010 | 1001001 | 101001 |
Color Harmonies of #4C1DB6
Complementary color
Monochromatic Colors of #4C1DB6
Black with #4C1DB6
Text Example
Text Example
White with #4C1DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1DB6; }
p { color: rgb(76,29,182); }
H1.HeaderClassName
{
color: #4C1DB6;
}
.AnyTagClassName
{
color: #4C1DB6;
}
</style>
background-color css
<style>
a { background-color: #4C1DB6; }
a { background-color: rgb(76,29,182); }
div.DivClassName
{
background-color: #4C1DB6;
}
.BgClassName
{
background-color: #4C1DB6;
}
</style>
border-color css
<style>
span { border-color: #4C1DB6; }
span { border-color: rgb(76,29,182); }
td.TdClassName
{
border-color: #4C1DB6;
}
.TagClassName
{
border-color: #4C1DB6;
}
</style>