Shades of Purple Heart #4C37DA
Tints of Purple Heart #4C37DA
RGB
CMYK
RGB Variations
Color information
#4C37DA (or 0x4C37DA) is known color: Purple Heart. HEX triplet: 4C, 37 and DA. RGB value is (76,55,218). Sum of RGB (Red+Green+Blue) = 76+55+218=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #4C37DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C37DA is #B3C825. Grayscale: #4F4F4F. Windows color (decimal): -11782182 or 14301004. OLE color: 14301004.
HSL color Cylindrical-coordinate representation of color #4C37DA: hue angle of 247.73º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C37DA is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 55 | 218 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.15 |
| HSL | 247.73º | 0.69% | 0.54% | - |
| HSV(B) | 247.73º | 0.75% | 0.85% | - |
| XYZ | 17 | 9.33 | 67.23 | - |
| YUV | 79.86 | 205.96 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 55 | 218 | 0.65 | 0.75 | 0 | 0.15 | 247.73 | 0.69 | 0.54 |
| Hex | 4C | 37 | DA | 41 | 4B | 0 | F | F8 | 45 | 36 |
| Octal | 114 | 67 | 332 | 101 | 113 | 0 | 17 | 370 | 105 | 66 |
| Binary | 1001100 | 110111 | 11011010 | 1000001 | 1001011 | 0 | 1111 | 11111000 | 1000101 | 110110 |
Color Harmonies of #4C37DA
Complementary color
Monochromatic Colors of #4C37DA
Black with #4C37DA
Text Example
Text Example
White with #4C37DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C37DA; }
p { color: rgb(76,55,218); }
H1.HeaderClassName
{
color: #4C37DA;
}
.AnyTagClassName
{
color: #4C37DA;
}
</style>
background-color css
<style>
a { background-color: #4C37DA; }
a { background-color: rgb(76,55,218); }
div.DivClassName
{
background-color: #4C37DA;
}
.BgClassName
{
background-color: #4C37DA;
}
</style>
border-color css
<style>
span { border-color: #4C37DA; }
span { border-color: rgb(76,55,218); }
td.TdClassName
{
border-color: #4C37DA;
}
.TagClassName
{
border-color: #4C37DA;
}
</style>