Shades of Purple Heart #4D37CC
Tints of Purple Heart #4D37CC
RGB
CMYK
RGB Variations
Color information
#4D37CC (or 0x4D37CC) is known color: Purple Heart. HEX triplet: 4D, 37 and CC. RGB value is (77,55,204). Sum of RGB (Red+Green+Blue) = 77+55+204=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D37CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D37CC is #B2C833. Grayscale: #4D4D4D. Windows color (decimal): -11716660 or 13383501. OLE color: 13383501.
HSL color Cylindrical-coordinate representation of color #4D37CC: hue angle of 248.86º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D37CC is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 55 | 204 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.2 |
| HSL | 248.86º | 0.59% | 0.51% | - |
| HSV(B) | 248.86º | 0.73% | 0.8% | - |
| XYZ | 15.33 | 8.67 | 57.99 | - |
| YUV | 78.56 | 198.79 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 204 | 0.62 | 0.73 | 0 | 0.2 | 248.86 | 0.59 | 0.51 |
| Hex | 4D | 37 | CC | 3E | 49 | 0 | 14 | F9 | 3B | 33 |
| Octal | 115 | 67 | 314 | 76 | 111 | 0 | 24 | 371 | 73 | 63 |
| Binary | 1001101 | 110111 | 11001100 | 111110 | 1001001 | 0 | 10100 | 11111001 | 111011 | 110011 |
Color Harmonies of #4D37CC
Complementary color
Monochromatic Colors of #4D37CC
Black with #4D37CC
Text Example
Text Example
White with #4D37CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D37CC; }
p { color: rgb(77,55,204); }
H1.HeaderClassName
{
color: #4D37CC;
}
.AnyTagClassName
{
color: #4D37CC;
}
</style>
background-color css
<style>
a { background-color: #4D37CC; }
a { background-color: rgb(77,55,204); }
div.DivClassName
{
background-color: #4D37CC;
}
.BgClassName
{
background-color: #4D37CC;
}
</style>
border-color css
<style>
span { border-color: #4D37CC; }
span { border-color: rgb(77,55,204); }
td.TdClassName
{
border-color: #4D37CC;
}
.TagClassName
{
border-color: #4D37CC;
}
</style>