Shades of Purple Heart #4D1AA4
Tints of Purple Heart #4D1AA4
RGB
CMYK
RGB Variations
Color information
#4D1AA4 (or 0x4D1AA4) is known color: Purple Heart. HEX triplet: 4D, 1A and A4. RGB value is (77,26,164). Sum of RGB (Red+Green+Blue) = 77+26+164=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 164 (64.45% from 255 or 61.42% from 267); Max value from RGB is 164 - color contains mainly: blue. Hex color #4D1AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1AA4 is #B2E55B. Grayscale: #383838. Windows color (decimal): -11724124 or 10754637. OLE color: 10754637.
HSL color Cylindrical-coordinate representation of color #4D1AA4: hue angle of 262.17º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D1AA4 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 26 | 164 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.36 |
| HSL | 262.17º | 0.73% | 0.37% | - |
| HSV(B) | 262.17º | 0.84% | 0.64% | - |
| XYZ | 10.13 | 5 | 35.55 | - |
| YUV | 56.98 | 188.4 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 164 | 0.53 | 0.84 | 0 | 0.36 | 262.17 | 0.73 | 0.37 |
| Hex | 4D | 1A | A4 | 35 | 54 | 0 | 24 | 106 | 49 | 25 |
| Octal | 115 | 32 | 244 | 65 | 124 | 0 | 44 | 406 | 111 | 45 |
| Binary | 1001101 | 11010 | 10100100 | 110101 | 1010100 | 0 | 100100 | 100000110 | 1001001 | 100101 |
Color Harmonies of #4D1AA4
Complementary color
Monochromatic Colors of #4D1AA4
Black with #4D1AA4
Text Example
Text Example
White with #4D1AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1AA4; }
p { color: rgb(77,26,164); }
H1.HeaderClassName
{
color: #4D1AA4;
}
.AnyTagClassName
{
color: #4D1AA4;
}
</style>
background-color css
<style>
a { background-color: #4D1AA4; }
a { background-color: rgb(77,26,164); }
div.DivClassName
{
background-color: #4D1AA4;
}
.BgClassName
{
background-color: #4D1AA4;
}
</style>
border-color css
<style>
span { border-color: #4D1AA4; }
span { border-color: rgb(77,26,164); }
td.TdClassName
{
border-color: #4D1AA4;
}
.TagClassName
{
border-color: #4D1AA4;
}
</style>