Shades of Purple Heart #4D2DCF
Tints of Purple Heart #4D2DCF
RGB
CMYK
RGB Variations
Color information
#4D2DCF (or 0x4D2DCF) is known color: Purple Heart. HEX triplet: 4D, 2D and CF. RGB value is (77,45,207). Sum of RGB (Red+Green+Blue) = 77+45+207=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D2DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2DCF is #B2D230. Grayscale: #484848. Windows color (decimal): -11719217 or 13577549. OLE color: 13577549.
HSL color Cylindrical-coordinate representation of color #4D2DCF: hue angle of 251.85º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D2DCF is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 45 | 207 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.19 |
| HSL | 251.85º | 0.64% | 0.49% | - |
| HSV(B) | 251.85º | 0.78% | 0.81% | - |
| XYZ | 15.26 | 7.96 | 59.76 | - |
| YUV | 73.04 | 203.6 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 45 | 207 | 0.63 | 0.78 | 0 | 0.19 | 251.85 | 0.64 | 0.49 |
| Hex | 4D | 2D | CF | 3F | 4E | 0 | 13 | FC | 40 | 31 |
| Octal | 115 | 55 | 317 | 77 | 116 | 0 | 23 | 374 | 100 | 61 |
| Binary | 1001101 | 101101 | 11001111 | 111111 | 1001110 | 0 | 10011 | 11111100 | 1000000 | 110001 |
Color Harmonies of #4D2DCF
Complementary color
Monochromatic Colors of #4D2DCF
Black with #4D2DCF
Text Example
Text Example
White with #4D2DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2DCF; }
p { color: rgb(77,45,207); }
H1.HeaderClassName
{
color: #4D2DCF;
}
.AnyTagClassName
{
color: #4D2DCF;
}
</style>
background-color css
<style>
a { background-color: #4D2DCF; }
a { background-color: rgb(77,45,207); }
div.DivClassName
{
background-color: #4D2DCF;
}
.BgClassName
{
background-color: #4D2DCF;
}
</style>
border-color css
<style>
span { border-color: #4D2DCF; }
span { border-color: rgb(77,45,207); }
td.TdClassName
{
border-color: #4D2DCF;
}
.TagClassName
{
border-color: #4D2DCF;
}
</style>