Shades of Purple Heart #4D2DCC
Tints of Purple Heart #4D2DCC
RGB
CMYK
RGB Variations
Color information
#4D2DCC (or 0x4D2DCC) is known color: Purple Heart. HEX triplet: 4D, 2D and CC. RGB value is (77,45,204). Sum of RGB (Red+Green+Blue) = 77+45+204=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D2DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2DCC is #B2D233. Grayscale: #484848. Windows color (decimal): -11719220 or 13380941. OLE color: 13380941.
HSL color Cylindrical-coordinate representation of color #4D2DCC: hue angle of 252.08º degrees, saturation: 0.64, 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 #4D2DCC is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 45 | 204 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.2 |
| HSL | 252.08º | 0.64% | 0.49% | - |
| HSV(B) | 252.08º | 0.78% | 0.8% | - |
| XYZ | 14.9 | 7.81 | 57.85 | - |
| YUV | 72.69 | 202.1 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 45 | 204 | 0.62 | 0.78 | 0 | 0.2 | 252.08 | 0.64 | 0.49 |
| Hex | 4D | 2D | CC | 3E | 4E | 0 | 14 | FC | 40 | 31 |
| Octal | 115 | 55 | 314 | 76 | 116 | 0 | 24 | 374 | 100 | 61 |
| Binary | 1001101 | 101101 | 11001100 | 111110 | 1001110 | 0 | 10100 | 11111100 | 1000000 | 110001 |
Color Harmonies of #4D2DCC
Complementary color
Monochromatic Colors of #4D2DCC
Black with #4D2DCC
Text Example
Text Example
White with #4D2DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2DCC; }
p { color: rgb(77,45,204); }
H1.HeaderClassName
{
color: #4D2DCC;
}
.AnyTagClassName
{
color: #4D2DCC;
}
</style>
background-color css
<style>
a { background-color: #4D2DCC; }
a { background-color: rgb(77,45,204); }
div.DivClassName
{
background-color: #4D2DCC;
}
.BgClassName
{
background-color: #4D2DCC;
}
</style>
border-color css
<style>
span { border-color: #4D2DCC; }
span { border-color: rgb(77,45,204); }
td.TdClassName
{
border-color: #4D2DCC;
}
.TagClassName
{
border-color: #4D2DCC;
}
</style>