Shades of Purple Heart #4C37CA
Tints of Purple Heart #4C37CA
RGB
CMYK
RGB Variations
Color information
#4C37CA (or 0x4C37CA) is known color: Purple Heart. HEX triplet: 4C, 37 and CA. RGB value is (76,55,202). Sum of RGB (Red+Green+Blue) = 76+55+202=333 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.82% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C37CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C37CA is #B3C835. Grayscale: #4D4D4D. Windows color (decimal): -11782198 or 13252428. OLE color: 13252428.
HSL color Cylindrical-coordinate representation of color #4C37CA: hue angle of 248.57º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C37CA is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 55 | 202 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.21 |
| HSL | 248.57º | 0.58% | 0.5% | - |
| HSV(B) | 248.57º | 0.73% | 0.79% | - |
| XYZ | 15.01 | 8.53 | 56.73 | - |
| YUV | 78.04 | 197.96 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 55 | 202 | 0.62 | 0.73 | 0 | 0.21 | 248.57 | 0.58 | 0.5 |
| Hex | 4C | 37 | CA | 3E | 49 | 0 | 15 | F9 | 3A | 32 |
| Octal | 114 | 67 | 312 | 76 | 111 | 0 | 25 | 371 | 72 | 62 |
| Binary | 1001100 | 110111 | 11001010 | 111110 | 1001001 | 0 | 10101 | 11111001 | 111010 | 110010 |
Color Harmonies of #4C37CA
Complementary color
Monochromatic Colors of #4C37CA
Black with #4C37CA
Text Example
Text Example
White with #4C37CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C37CA; }
p { color: rgb(76,55,202); }
H1.HeaderClassName
{
color: #4C37CA;
}
.AnyTagClassName
{
color: #4C37CA;
}
</style>
background-color css
<style>
a { background-color: #4C37CA; }
a { background-color: rgb(76,55,202); }
div.DivClassName
{
background-color: #4C37CA;
}
.BgClassName
{
background-color: #4C37CA;
}
</style>
border-color css
<style>
span { border-color: #4C37CA; }
span { border-color: rgb(76,55,202); }
td.TdClassName
{
border-color: #4C37CA;
}
.TagClassName
{
border-color: #4C37CA;
}
</style>