Shades of Purple Heart #4D2DAE
Tints of Purple Heart #4D2DAE
RGB
CMYK
RGB Variations
Color information
#4D2DAE (or 0x4D2DAE) is known color: Purple Heart. HEX triplet: 4D, 2D and AE. RGB value is (77,45,174). Sum of RGB (Red+Green+Blue) = 77+45+174=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D2DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2DAE is #B2D251. Grayscale: #444444. Windows color (decimal): -11719250 or 11414861. OLE color: 11414861.
HSL color Cylindrical-coordinate representation of color #4D2DAE: hue angle of 254.88º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D2DAE is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 45 | 174 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.32 |
| HSL | 254.88º | 0.59% | 0.43% | - |
| HSV(B) | 254.88º | 0.74% | 0.68% | - |
| XYZ | 11.64 | 6.51 | 40.69 | - |
| YUV | 69.27 | 187.1 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 45 | 174 | 0.56 | 0.74 | 0 | 0.32 | 254.88 | 0.59 | 0.43 |
| Hex | 4D | 2D | AE | 38 | 4A | 0 | 20 | FF | 3B | 2B |
| Octal | 115 | 55 | 256 | 70 | 112 | 0 | 40 | 377 | 73 | 53 |
| Binary | 1001101 | 101101 | 10101110 | 111000 | 1001010 | 0 | 100000 | 11111111 | 111011 | 101011 |
Color Harmonies of #4D2DAE
Complementary color
Monochromatic Colors of #4D2DAE
Black with #4D2DAE
Text Example
Text Example
White with #4D2DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2DAE; }
p { color: rgb(77,45,174); }
H1.HeaderClassName
{
color: #4D2DAE;
}
.AnyTagClassName
{
color: #4D2DAE;
}
</style>
background-color css
<style>
a { background-color: #4D2DAE; }
a { background-color: rgb(77,45,174); }
div.DivClassName
{
background-color: #4D2DAE;
}
.BgClassName
{
background-color: #4D2DAE;
}
</style>
border-color css
<style>
span { border-color: #4D2DAE; }
span { border-color: rgb(77,45,174); }
td.TdClassName
{
border-color: #4D2DAE;
}
.TagClassName
{
border-color: #4D2DAE;
}
</style>