Shades of Purple Heart #4D2ECD
Tints of Purple Heart #4D2ECD
RGB
CMYK
RGB Variations
Color information
#4D2ECD (or 0x4D2ECD) is known color: Purple Heart. HEX triplet: 4D, 2E and CD. RGB value is (77,46,205). Sum of RGB (Red+Green+Blue) = 77+46+205=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 205 (80.47% from 255 or 62.5% from 328); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D2ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2ECD is #B2D132. Grayscale: #484848. Windows color (decimal): -11718963 or 13446733. OLE color: 13446733.
HSL color Cylindrical-coordinate representation of color #4D2ECD: hue angle of 251.7º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D2ECD is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 46 | 205 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.20 |
| HSL | 251.7º | 0.63% | 0.49% | - |
| HSV(B) | 251.7º | 0.78% | 0.8% | - |
| XYZ | 15.06 | 7.94 | 58.5 | - |
| YUV | 73.4 | 202.27 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 46 | 205 | 0.62 | 0.78 | 0 | 0.20 | 251.7 | 0.63 | 0.49 |
| Hex | 4D | 2E | CD | 3E | 4E | 0 | 14 | FC | 3F | 31 |
| Octal | 115 | 56 | 315 | 76 | 116 | 0 | 24 | 374 | 77 | 61 |
| Binary | 1001101 | 101110 | 11001101 | 111110 | 1001110 | 0 | 10100 | 11111100 | 111111 | 110001 |
Color Harmonies of #4D2ECD
Complementary color
Monochromatic Colors of #4D2ECD
Black with #4D2ECD
Text Example
Text Example
White with #4D2ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2ECD; }
p { color: rgb(77,46,205); }
H1.HeaderClassName
{
color: #4D2ECD;
}
.AnyTagClassName
{
color: #4D2ECD;
}
</style>
background-color css
<style>
a { background-color: #4D2ECD; }
a { background-color: rgb(77,46,205); }
div.DivClassName
{
background-color: #4D2ECD;
}
.BgClassName
{
background-color: #4D2ECD;
}
</style>
border-color css
<style>
span { border-color: #4D2ECD; }
span { border-color: rgb(77,46,205); }
td.TdClassName
{
border-color: #4D2ECD;
}
.TagClassName
{
border-color: #4D2ECD;
}
</style>