Shades of Purple Heart #4C24C5
Tints of Purple Heart #4C24C5
RGB
CMYK
RGB Variations
Color information
#4C24C5 (or 0x4C24C5) is known color: Purple Heart. HEX triplet: 4C, 24 and C5. RGB value is (76,36,197). Sum of RGB (Red+Green+Blue) = 76+36+197=309 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.60% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 197 (77.34% from 255 or 63.75% from 309); Max value from RGB is 197 - color contains mainly: blue. Hex color #4C24C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C24C5 is #B3DB3A. Grayscale: #414141. Windows color (decimal): -11787067 or 12919884. OLE color: 12919884.
HSL color Cylindrical-coordinate representation of color #4C24C5: hue angle of 254.91º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C24C5 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 36 | 197 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.23 |
| HSL | 254.91º | 0.69% | 0.46% | - |
| HSV(B) | 254.91º | 0.82% | 0.77% | - |
| XYZ | 13.69 | 6.83 | 53.42 | - |
| YUV | 66.31 | 201.75 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 197 | 0.61 | 0.82 | 0 | 0.23 | 254.91 | 0.69 | 0.46 |
| Hex | 4C | 24 | C5 | 3D | 52 | 0 | 17 | FF | 45 | 2E |
| Octal | 114 | 44 | 305 | 75 | 122 | 0 | 27 | 377 | 105 | 56 |
| Binary | 1001100 | 100100 | 11000101 | 111101 | 1010010 | 0 | 10111 | 11111111 | 1000101 | 101110 |
Color Harmonies of #4C24C5
Complementary color
Monochromatic Colors of #4C24C5
Black with #4C24C5
Text Example
Text Example
White with #4C24C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C24C5; }
p { color: rgb(76,36,197); }
H1.HeaderClassName
{
color: #4C24C5;
}
.AnyTagClassName
{
color: #4C24C5;
}
</style>
background-color css
<style>
a { background-color: #4C24C5; }
a { background-color: rgb(76,36,197); }
div.DivClassName
{
background-color: #4C24C5;
}
.BgClassName
{
background-color: #4C24C5;
}
</style>
border-color css
<style>
span { border-color: #4C24C5; }
span { border-color: rgb(76,36,197); }
td.TdClassName
{
border-color: #4C24C5;
}
.TagClassName
{
border-color: #4C24C5;
}
</style>