Shades of Purple Heart #4C29BB
Tints of Purple Heart #4C29BB
RGB
CMYK
RGB Variations
Color information
#4C29BB (or 0x4C29BB) is known color: Purple Heart. HEX triplet: 4C, 29 and BB. RGB value is (76,41,187). Sum of RGB (Red+Green+Blue) = 76+41+187=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #4C29BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C29BB is #B3D644. Grayscale: #434343. Windows color (decimal): -11785797 or 12265804. OLE color: 12265804.
HSL color Cylindrical-coordinate representation of color #4C29BB: hue angle of 254.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C29BB is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 41 | 187 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.27 |
| HSL | 254.38º | 0.64% | 0.45% | - |
| HSV(B) | 254.38º | 0.78% | 0.73% | - |
| XYZ | 12.74 | 6.71 | 47.64 | - |
| YUV | 68.11 | 195.1 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 41 | 187 | 0.59 | 0.78 | 0 | 0.27 | 254.38 | 0.64 | 0.45 |
| Hex | 4C | 29 | BB | 3B | 4E | 0 | 1B | FE | 40 | 2D |
| Octal | 114 | 51 | 273 | 73 | 116 | 0 | 33 | 376 | 100 | 55 |
| Binary | 1001100 | 101001 | 10111011 | 111011 | 1001110 | 0 | 11011 | 11111110 | 1000000 | 101101 |
Color Harmonies of #4C29BB
Complementary color
Monochromatic Colors of #4C29BB
Black with #4C29BB
Text Example
Text Example
White with #4C29BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C29BB; }
p { color: rgb(76,41,187); }
H1.HeaderClassName
{
color: #4C29BB;
}
.AnyTagClassName
{
color: #4C29BB;
}
</style>
background-color css
<style>
a { background-color: #4C29BB; }
a { background-color: rgb(76,41,187); }
div.DivClassName
{
background-color: #4C29BB;
}
.BgClassName
{
background-color: #4C29BB;
}
</style>
border-color css
<style>
span { border-color: #4C29BB; }
span { border-color: rgb(76,41,187); }
td.TdClassName
{
border-color: #4C29BB;
}
.TagClassName
{
border-color: #4C29BB;
}
</style>