Shades of Purple Heart #4D32BB
Tints of Purple Heart #4D32BB
RGB
CMYK
RGB Variations
Color information
#4D32BB (or 0x4D32BB) is known color: Purple Heart. HEX triplet: 4D, 32 and BB. RGB value is (77,50,187). Sum of RGB (Red+Green+Blue) = 77+50+187=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D32BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D32BB is #B2CD44. Grayscale: #494949. Windows color (decimal): -11717957 or 12268109. OLE color: 12268109.
HSL color Cylindrical-coordinate representation of color #4D32BB: hue angle of 251.82º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D32BB is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 50 | 187 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.27 |
| HSL | 251.82º | 0.58% | 0.46% | - |
| HSV(B) | 251.82º | 0.73% | 0.73% | - |
| XYZ | 13.17 | 7.45 | 47.76 | - |
| YUV | 73.69 | 191.95 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 187 | 0.59 | 0.73 | 0 | 0.27 | 251.82 | 0.58 | 0.46 |
| Hex | 4D | 32 | BB | 3B | 49 | 0 | 1B | FC | 3A | 2E |
| Octal | 115 | 62 | 273 | 73 | 111 | 0 | 33 | 374 | 72 | 56 |
| Binary | 1001101 | 110010 | 10111011 | 111011 | 1001001 | 0 | 11011 | 11111100 | 111010 | 101110 |
Color Harmonies of #4D32BB
Complementary color
Monochromatic Colors of #4D32BB
Black with #4D32BB
Text Example
Text Example
White with #4D32BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D32BB; }
p { color: rgb(77,50,187); }
H1.HeaderClassName
{
color: #4D32BB;
}
.AnyTagClassName
{
color: #4D32BB;
}
</style>
background-color css
<style>
a { background-color: #4D32BB; }
a { background-color: rgb(77,50,187); }
div.DivClassName
{
background-color: #4D32BB;
}
.BgClassName
{
background-color: #4D32BB;
}
</style>
border-color css
<style>
span { border-color: #4D32BB; }
span { border-color: rgb(77,50,187); }
td.TdClassName
{
border-color: #4D32BB;
}
.TagClassName
{
border-color: #4D32BB;
}
</style>