Shades of Purple Heart #4D32B4
Tints of Purple Heart #4D32B4
RGB
CMYK
RGB Variations
Color information
#4D32B4 (or 0x4D32B4) is known color: Purple Heart. HEX triplet: 4D, 32 and B4. RGB value is (77,50,180). Sum of RGB (Red+Green+Blue) = 77+50+180=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 180 (70.70% from 255 or 58.63% from 307); Max value from RGB is 180 - color contains mainly: blue. Hex color #4D32B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D32B4 is #B2CD4B. Grayscale: #484848. Windows color (decimal): -11717964 or 11809357. OLE color: 11809357.
HSL color Cylindrical-coordinate representation of color #4D32B4: hue angle of 252.46º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D32B4 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 50 | 180 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.29 |
| HSL | 252.46º | 0.57% | 0.45% | - |
| HSV(B) | 252.46º | 0.72% | 0.71% | - |
| XYZ | 12.44 | 7.15 | 43.91 | - |
| YUV | 72.89 | 188.45 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 180 | 0.57 | 0.72 | 0 | 0.29 | 252.46 | 0.57 | 0.45 |
| Hex | 4D | 32 | B4 | 39 | 48 | 0 | 1D | FC | 39 | 2D |
| Octal | 115 | 62 | 264 | 71 | 110 | 0 | 35 | 374 | 71 | 55 |
| Binary | 1001101 | 110010 | 10110100 | 111001 | 1001000 | 0 | 11101 | 11111100 | 111001 | 101101 |
Color Harmonies of #4D32B4
Complementary color
Monochromatic Colors of #4D32B4
Black with #4D32B4
Text Example
Text Example
White with #4D32B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D32B4; }
p { color: rgb(77,50,180); }
H1.HeaderClassName
{
color: #4D32B4;
}
.AnyTagClassName
{
color: #4D32B4;
}
</style>
background-color css
<style>
a { background-color: #4D32B4; }
a { background-color: rgb(77,50,180); }
div.DivClassName
{
background-color: #4D32B4;
}
.BgClassName
{
background-color: #4D32B4;
}
</style>
border-color css
<style>
span { border-color: #4D32B4; }
span { border-color: rgb(77,50,180); }
td.TdClassName
{
border-color: #4D32B4;
}
.TagClassName
{
border-color: #4D32B4;
}
</style>