Shades of Purple Heart #4D1AAE
Tints of Purple Heart #4D1AAE
RGB
CMYK
RGB Variations
Color information
#4D1AAE (or 0x4D1AAE) is known color: Purple Heart. HEX triplet: 4D, 1A and AE. RGB value is (77,26,174). Sum of RGB (Red+Green+Blue) = 77+26+174=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 174 (68.36% from 255 or 62.82% from 277); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D1AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1AAE is #B2E551. Grayscale: #393939. Windows color (decimal): -11724114 or 11409997. OLE color: 11409997.
HSL color Cylindrical-coordinate representation of color #4D1AAE: hue angle of 260.68º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D1AAE is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 26 | 174 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.32 |
| HSL | 260.68º | 0.74% | 0.39% | - |
| HSV(B) | 260.68º | 0.85% | 0.68% | - |
| XYZ | 11.07 | 5.37 | 40.5 | - |
| YUV | 58.12 | 193.4 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 174 | 0.56 | 0.85 | 0 | 0.32 | 260.68 | 0.74 | 0.39 |
| Hex | 4D | 1A | AE | 38 | 55 | 0 | 20 | 105 | 4A | 27 |
| Octal | 115 | 32 | 256 | 70 | 125 | 0 | 40 | 405 | 112 | 47 |
| Binary | 1001101 | 11010 | 10101110 | 111000 | 1010101 | 0 | 100000 | 100000101 | 1001010 | 100111 |
Color Harmonies of #4D1AAE
Complementary color
Monochromatic Colors of #4D1AAE
Black with #4D1AAE
Text Example
Text Example
White with #4D1AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1AAE; }
p { color: rgb(77,26,174); }
H1.HeaderClassName
{
color: #4D1AAE;
}
.AnyTagClassName
{
color: #4D1AAE;
}
</style>
background-color css
<style>
a { background-color: #4D1AAE; }
a { background-color: rgb(77,26,174); }
div.DivClassName
{
background-color: #4D1AAE;
}
.BgClassName
{
background-color: #4D1AAE;
}
</style>
border-color css
<style>
span { border-color: #4D1AAE; }
span { border-color: rgb(77,26,174); }
td.TdClassName
{
border-color: #4D1AAE;
}
.TagClassName
{
border-color: #4D1AAE;
}
</style>