Shades of Purple Heart #4D38BE
Tints of Purple Heart #4D38BE
RGB
CMYK
RGB Variations
Color information
#4D38BE (or 0x4D38BE) is known color: Purple Heart. HEX triplet: 4D, 38 and BE. RGB value is (77,56,190). Sum of RGB (Red+Green+Blue) = 77+56+190=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D38BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D38BE is #B2C741. Grayscale: #4D4D4D. Windows color (decimal): -11716418 or 12466253. OLE color: 12466253.
HSL color Cylindrical-coordinate representation of color #4D38BE: hue angle of 249.4º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D38BE is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 56 | 190 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.25 |
| HSL | 249.4º | 0.54% | 0.48% | - |
| HSV(B) | 249.4º | 0.71% | 0.75% | - |
| XYZ | 13.77 | 8.12 | 49.56 | - |
| YUV | 77.56 | 191.46 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 190 | 0.59 | 0.71 | 0 | 0.25 | 249.4 | 0.54 | 0.48 |
| Hex | 4D | 38 | BE | 3B | 47 | 0 | 19 | F9 | 36 | 30 |
| Octal | 115 | 70 | 276 | 73 | 107 | 0 | 31 | 371 | 66 | 60 |
| Binary | 1001101 | 111000 | 10111110 | 111011 | 1000111 | 0 | 11001 | 11111001 | 110110 | 110000 |
Color Harmonies of #4D38BE
Complementary color
Monochromatic Colors of #4D38BE
Black with #4D38BE
Text Example
Text Example
White with #4D38BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D38BE; }
p { color: rgb(77,56,190); }
H1.HeaderClassName
{
color: #4D38BE;
}
.AnyTagClassName
{
color: #4D38BE;
}
</style>
background-color css
<style>
a { background-color: #4D38BE; }
a { background-color: rgb(77,56,190); }
div.DivClassName
{
background-color: #4D38BE;
}
.BgClassName
{
background-color: #4D38BE;
}
</style>
border-color css
<style>
span { border-color: #4D38BE; }
span { border-color: rgb(77,56,190); }
td.TdClassName
{
border-color: #4D38BE;
}
.TagClassName
{
border-color: #4D38BE;
}
</style>