Shades of Purple Heart #4D32CD
Tints of Purple Heart #4D32CD
RGB
CMYK
RGB Variations
Color information
#4D32CD (or 0x4D32CD) is known color: Purple Heart. HEX triplet: 4D, 32 and CD. RGB value is (77,50,205). Sum of RGB (Red+Green+Blue) = 77+50+205=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D32CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D32CD is #B2CD32. Grayscale: #4B4B4B. Windows color (decimal): -11717939 or 13447757. OLE color: 13447757.
HSL color Cylindrical-coordinate representation of color #4D32CD: hue angle of 250.45º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D32CD is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 50 | 205 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.20 |
| HSL | 250.45º | 0.61% | 0.5% | - |
| HSV(B) | 250.45º | 0.76% | 0.8% | - |
| XYZ | 15.22 | 8.27 | 58.55 | - |
| YUV | 75.74 | 200.95 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 205 | 0.62 | 0.76 | 0 | 0.20 | 250.45 | 0.61 | 0.5 |
| Hex | 4D | 32 | CD | 3E | 4C | 0 | 14 | FA | 3D | 32 |
| Octal | 115 | 62 | 315 | 76 | 114 | 0 | 24 | 372 | 75 | 62 |
| Binary | 1001101 | 110010 | 11001101 | 111110 | 1001100 | 0 | 10100 | 11111010 | 111101 | 110010 |
Color Harmonies of #4D32CD
Complementary color
Monochromatic Colors of #4D32CD
Black with #4D32CD
Text Example
Text Example
White with #4D32CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D32CD; }
p { color: rgb(77,50,205); }
H1.HeaderClassName
{
color: #4D32CD;
}
.AnyTagClassName
{
color: #4D32CD;
}
</style>
background-color css
<style>
a { background-color: #4D32CD; }
a { background-color: rgb(77,50,205); }
div.DivClassName
{
background-color: #4D32CD;
}
.BgClassName
{
background-color: #4D32CD;
}
</style>
border-color css
<style>
span { border-color: #4D32CD; }
span { border-color: rgb(77,50,205); }
td.TdClassName
{
border-color: #4D32CD;
}
.TagClassName
{
border-color: #4D32CD;
}
</style>