Shades of Purple Heart #4D2CD0
Tints of Purple Heart #4D2CD0
RGB
CMYK
RGB Variations
Color information
#4D2CD0 (or 0x4D2CD0) is known color: Purple Heart. HEX triplet: 4D, 2C and D0. RGB value is (77,44,208). Sum of RGB (Red+Green+Blue) = 77+44+208=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 208 (81.64% from 255 or 63.22% from 329); Max value from RGB is 208 - color contains mainly: blue. Hex color #4D2CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2CD0 is #B2D32F. Grayscale: #474747. Windows color (decimal): -11719472 or 13642829. OLE color: 13642829.
HSL color Cylindrical-coordinate representation of color #4D2CD0: hue angle of 252.07º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D2CD0 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 44 | 208 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.18 |
| HSL | 252.07º | 0.65% | 0.49% | - |
| HSV(B) | 252.07º | 0.79% | 0.82% | - |
| XYZ | 15.35 | 7.93 | 60.4 | - |
| YUV | 72.56 | 204.43 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 44 | 208 | 0.63 | 0.79 | 0 | 0.18 | 252.07 | 0.65 | 0.49 |
| Hex | 4D | 2C | D0 | 3F | 4F | 0 | 12 | FC | 41 | 31 |
| Octal | 115 | 54 | 320 | 77 | 117 | 0 | 22 | 374 | 101 | 61 |
| Binary | 1001101 | 101100 | 11010000 | 111111 | 1001111 | 0 | 10010 | 11111100 | 1000001 | 110001 |
Color Harmonies of #4D2CD0
Complementary color
Monochromatic Colors of #4D2CD0
Black with #4D2CD0
Text Example
Text Example
White with #4D2CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2CD0; }
p { color: rgb(77,44,208); }
H1.HeaderClassName
{
color: #4D2CD0;
}
.AnyTagClassName
{
color: #4D2CD0;
}
</style>
background-color css
<style>
a { background-color: #4D2CD0; }
a { background-color: rgb(77,44,208); }
div.DivClassName
{
background-color: #4D2CD0;
}
.BgClassName
{
background-color: #4D2CD0;
}
</style>
border-color css
<style>
span { border-color: #4D2CD0; }
span { border-color: rgb(77,44,208); }
td.TdClassName
{
border-color: #4D2CD0;
}
.TagClassName
{
border-color: #4D2CD0;
}
</style>