Shades of Purple Heart #4C24CC
Tints of Purple Heart #4C24CC
RGB
CMYK
RGB Variations
Color information
#4C24CC (or 0x4C24CC) is known color: Purple Heart. HEX triplet: 4C, 24 and CC. RGB value is (76,36,204). Sum of RGB (Red+Green+Blue) = 76+36+204=316 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.05% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #4C24CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C24CC is #B3DB33. Grayscale: #424242. Windows color (decimal): -11787060 or 13378636. OLE color: 13378636.
HSL color Cylindrical-coordinate representation of color #4C24CC: hue angle of 254.29º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C24CC is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 36 | 204 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.2 |
| HSL | 254.29º | 0.7% | 0.47% | - |
| HSV(B) | 254.29º | 0.82% | 0.8% | - |
| XYZ | 14.51 | 7.16 | 57.74 | - |
| YUV | 67.11 | 205.25 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 204 | 0.63 | 0.82 | 0 | 0.2 | 254.29 | 0.7 | 0.47 |
| Hex | 4C | 24 | CC | 3F | 52 | 0 | 14 | FE | 46 | 2F |
| Octal | 114 | 44 | 314 | 77 | 122 | 0 | 24 | 376 | 106 | 57 |
| Binary | 1001100 | 100100 | 11001100 | 111111 | 1010010 | 0 | 10100 | 11111110 | 1000110 | 101111 |
Color Harmonies of #4C24CC
Complementary color
Monochromatic Colors of #4C24CC
Black with #4C24CC
Text Example
Text Example
White with #4C24CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C24CC; }
p { color: rgb(76,36,204); }
H1.HeaderClassName
{
color: #4C24CC;
}
.AnyTagClassName
{
color: #4C24CC;
}
</style>
background-color css
<style>
a { background-color: #4C24CC; }
a { background-color: rgb(76,36,204); }
div.DivClassName
{
background-color: #4C24CC;
}
.BgClassName
{
background-color: #4C24CC;
}
</style>
border-color css
<style>
span { border-color: #4C24CC; }
span { border-color: rgb(76,36,204); }
td.TdClassName
{
border-color: #4C24CC;
}
.TagClassName
{
border-color: #4C24CC;
}
</style>