Shades of Purple Heart #4D37CB
Tints of Purple Heart #4D37CB
RGB
CMYK
RGB Variations
Color information
#4D37CB (or 0x4D37CB) is known color: Purple Heart. HEX triplet: 4D, 37 and CB. RGB value is (77,55,203). Sum of RGB (Red+Green+Blue) = 77+55+203=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D37CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D37CB is #B2C834. Grayscale: #4D4D4D. Windows color (decimal): -11716661 or 13317965. OLE color: 13317965.
HSL color Cylindrical-coordinate representation of color #4D37CB: hue angle of 248.92º 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 #4D37CB is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 55 | 203 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.20 |
| HSL | 248.92º | 0.59% | 0.51% | - |
| HSV(B) | 248.92º | 0.73% | 0.8% | - |
| XYZ | 15.21 | 8.62 | 57.36 | - |
| YUV | 78.45 | 198.29 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 203 | 0.62 | 0.73 | 0 | 0.20 | 248.92 | 0.59 | 0.51 |
| Hex | 4D | 37 | CB | 3E | 49 | 0 | 14 | F9 | 3B | 33 |
| Octal | 115 | 67 | 313 | 76 | 111 | 0 | 24 | 371 | 73 | 63 |
| Binary | 1001101 | 110111 | 11001011 | 111110 | 1001001 | 0 | 10100 | 11111001 | 111011 | 110011 |
Color Harmonies of #4D37CB
Complementary color
Monochromatic Colors of #4D37CB
Black with #4D37CB
Text Example
Text Example
White with #4D37CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D37CB; }
p { color: rgb(77,55,203); }
H1.HeaderClassName
{
color: #4D37CB;
}
.AnyTagClassName
{
color: #4D37CB;
}
</style>
background-color css
<style>
a { background-color: #4D37CB; }
a { background-color: rgb(77,55,203); }
div.DivClassName
{
background-color: #4D37CB;
}
.BgClassName
{
background-color: #4D37CB;
}
</style>
border-color css
<style>
span { border-color: #4D37CB; }
span { border-color: rgb(77,55,203); }
td.TdClassName
{
border-color: #4D37CB;
}
.TagClassName
{
border-color: #4D37CB;
}
</style>