Shades of Purple Heart #4D2ECC
Tints of Purple Heart #4D2ECC
RGB
CMYK
RGB Variations
Color information
#4D2ECC (or 0x4D2ECC) is known color: Purple Heart. HEX triplet: 4D, 2E and CC. RGB value is (77,46,204). Sum of RGB (Red+Green+Blue) = 77+46+204=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D2ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2ECC is #B2D133. Grayscale: #484848. Windows color (decimal): -11718964 or 13381197. OLE color: 13381197.
HSL color Cylindrical-coordinate representation of color #4D2ECC: hue angle of 251.77º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D2ECC is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 46 | 204 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.2 |
| HSL | 251.77º | 0.63% | 0.49% | - |
| HSV(B) | 251.77º | 0.77% | 0.8% | - |
| XYZ | 14.94 | 7.89 | 57.86 | - |
| YUV | 73.28 | 201.77 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 46 | 204 | 0.62 | 0.77 | 0 | 0.2 | 251.77 | 0.63 | 0.49 |
| Hex | 4D | 2E | CC | 3E | 4D | 0 | 14 | FC | 3F | 31 |
| Octal | 115 | 56 | 314 | 76 | 115 | 0 | 24 | 374 | 77 | 61 |
| Binary | 1001101 | 101110 | 11001100 | 111110 | 1001101 | 0 | 10100 | 11111100 | 111111 | 110001 |
Color Harmonies of #4D2ECC
Complementary color
Monochromatic Colors of #4D2ECC
Black with #4D2ECC
Text Example
Text Example
White with #4D2ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2ECC; }
p { color: rgb(77,46,204); }
H1.HeaderClassName
{
color: #4D2ECC;
}
.AnyTagClassName
{
color: #4D2ECC;
}
</style>
background-color css
<style>
a { background-color: #4D2ECC; }
a { background-color: rgb(77,46,204); }
div.DivClassName
{
background-color: #4D2ECC;
}
.BgClassName
{
background-color: #4D2ECC;
}
</style>
border-color css
<style>
span { border-color: #4D2ECC; }
span { border-color: rgb(77,46,204); }
td.TdClassName
{
border-color: #4D2ECC;
}
.TagClassName
{
border-color: #4D2ECC;
}
</style>