Shades of Purple Heart #4D2CAE
Tints of Purple Heart #4D2CAE
RGB
CMYK
RGB Variations
Color information
#4D2CAE (or 0x4D2CAE) is known color: Purple Heart. HEX triplet: 4D, 2C and AE. RGB value is (77,44,174). Sum of RGB (Red+Green+Blue) = 77+44+174=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D2CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2CAE is #B2D351. Grayscale: #444444. Windows color (decimal): -11719506 or 11414605. OLE color: 11414605.
HSL color Cylindrical-coordinate representation of color #4D2CAE: hue angle of 255.23º degrees, saturation: 0.6, 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 #4D2CAE is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 44 | 174 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.32 |
| HSL | 255.23º | 0.6% | 0.43% | - |
| HSV(B) | 255.23º | 0.75% | 0.68% | - |
| XYZ | 11.6 | 6.44 | 40.68 | - |
| YUV | 68.69 | 187.43 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 44 | 174 | 0.56 | 0.75 | 0 | 0.32 | 255.23 | 0.6 | 0.43 |
| Hex | 4D | 2C | AE | 38 | 4B | 0 | 20 | FF | 3C | 2B |
| Octal | 115 | 54 | 256 | 70 | 113 | 0 | 40 | 377 | 74 | 53 |
| Binary | 1001101 | 101100 | 10101110 | 111000 | 1001011 | 0 | 100000 | 11111111 | 111100 | 101011 |
Color Harmonies of #4D2CAE
Complementary color
Monochromatic Colors of #4D2CAE
Black with #4D2CAE
Text Example
Text Example
White with #4D2CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2CAE; }
p { color: rgb(77,44,174); }
H1.HeaderClassName
{
color: #4D2CAE;
}
.AnyTagClassName
{
color: #4D2CAE;
}
</style>
background-color css
<style>
a { background-color: #4D2CAE; }
a { background-color: rgb(77,44,174); }
div.DivClassName
{
background-color: #4D2CAE;
}
.BgClassName
{
background-color: #4D2CAE;
}
</style>
border-color css
<style>
span { border-color: #4D2CAE; }
span { border-color: rgb(77,44,174); }
td.TdClassName
{
border-color: #4D2CAE;
}
.TagClassName
{
border-color: #4D2CAE;
}
</style>