Shades of Purple Heart #4D32BE
Tints of Purple Heart #4D32BE
RGB
CMYK
RGB Variations
Color information
#4D32BE (or 0x4D32BE) is known color: Purple Heart. HEX triplet: 4D, 32 and BE. RGB value is (77,50,190). Sum of RGB (Red+Green+Blue) = 77+50+190=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 190 (74.61% from 255 or 59.94% from 317); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D32BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D32BE is #B2CD41. Grayscale: #494949. Windows color (decimal): -11717954 or 12464717. OLE color: 12464717.
HSL color Cylindrical-coordinate representation of color #4D32BE: hue angle of 251.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D32BE is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 50 | 190 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.25 |
| HSL | 251.57º | 0.58% | 0.47% | - |
| HSV(B) | 251.57º | 0.74% | 0.75% | - |
| XYZ | 13.5 | 7.58 | 49.47 | - |
| YUV | 74.03 | 193.45 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 190 | 0.59 | 0.74 | 0 | 0.25 | 251.57 | 0.58 | 0.47 |
| Hex | 4D | 32 | BE | 3B | 4A | 0 | 19 | FC | 3A | 2F |
| Octal | 115 | 62 | 276 | 73 | 112 | 0 | 31 | 374 | 72 | 57 |
| Binary | 1001101 | 110010 | 10111110 | 111011 | 1001010 | 0 | 11001 | 11111100 | 111010 | 101111 |
Color Harmonies of #4D32BE
Complementary color
Monochromatic Colors of #4D32BE
Black with #4D32BE
Text Example
Text Example
White with #4D32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D32BE; }
p { color: rgb(77,50,190); }
H1.HeaderClassName
{
color: #4D32BE;
}
.AnyTagClassName
{
color: #4D32BE;
}
</style>
background-color css
<style>
a { background-color: #4D32BE; }
a { background-color: rgb(77,50,190); }
div.DivClassName
{
background-color: #4D32BE;
}
.BgClassName
{
background-color: #4D32BE;
}
</style>
border-color css
<style>
span { border-color: #4D32BE; }
span { border-color: rgb(77,50,190); }
td.TdClassName
{
border-color: #4D32BE;
}
.TagClassName
{
border-color: #4D32BE;
}
</style>