Shades of Purple Heart #4D2CAD
Tints of Purple Heart #4D2CAD
RGB
CMYK
RGB Variations
Color information
#4D2CAD (or 0x4D2CAD) is known color: Purple Heart. HEX triplet: 4D, 2C and AD. RGB value is (77,44,173). Sum of RGB (Red+Green+Blue) = 77+44+173=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D2CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2CAD is #B2D352. Grayscale: #444444. Windows color (decimal): -11719507 or 11349069. OLE color: 11349069.
HSL color Cylindrical-coordinate representation of color #4D2CAD: hue angle of 255.35º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D2CAD is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 44 | 173 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.32 |
| HSL | 255.35º | 0.59% | 0.43% | - |
| HSV(B) | 255.35º | 0.75% | 0.68% | - |
| XYZ | 11.5 | 6.4 | 40.16 | - |
| YUV | 68.57 | 186.93 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 44 | 173 | 0.55 | 0.75 | 0 | 0.32 | 255.35 | 0.59 | 0.43 |
| Hex | 4D | 2C | AD | 37 | 4B | 0 | 20 | FF | 3B | 2B |
| Octal | 115 | 54 | 255 | 67 | 113 | 0 | 40 | 377 | 73 | 53 |
| Binary | 1001101 | 101100 | 10101101 | 110111 | 1001011 | 0 | 100000 | 11111111 | 111011 | 101011 |
Color Harmonies of #4D2CAD
Complementary color
Monochromatic Colors of #4D2CAD
Black with #4D2CAD
Text Example
Text Example
White with #4D2CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2CAD; }
p { color: rgb(77,44,173); }
H1.HeaderClassName
{
color: #4D2CAD;
}
.AnyTagClassName
{
color: #4D2CAD;
}
</style>
background-color css
<style>
a { background-color: #4D2CAD; }
a { background-color: rgb(77,44,173); }
div.DivClassName
{
background-color: #4D2CAD;
}
.BgClassName
{
background-color: #4D2CAD;
}
</style>
border-color css
<style>
span { border-color: #4D2CAD; }
span { border-color: rgb(77,44,173); }
td.TdClassName
{
border-color: #4D2CAD;
}
.TagClassName
{
border-color: #4D2CAD;
}
</style>