Shades of Purple Heart #4D1AAA
Tints of Purple Heart #4D1AAA
RGB
CMYK
RGB Variations
Color information
#4D1AAA (or 0x4D1AAA) is known color: Purple Heart. HEX triplet: 4D, 1A and AA. RGB value is (77,26,170). Sum of RGB (Red+Green+Blue) = 77+26+170=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D1AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1AAA is #B2E555. Grayscale: #393939. Windows color (decimal): -11724118 or 11147853. OLE color: 11147853.
HSL color Cylindrical-coordinate representation of color #4D1AAA: hue angle of 261.25º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D1AAA is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 26 | 170 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.33 |
| HSL | 261.25º | 0.73% | 0.38% | - |
| HSV(B) | 261.25º | 0.85% | 0.67% | - |
| XYZ | 10.69 | 5.22 | 38.47 | - |
| YUV | 57.67 | 191.4 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 170 | 0.55 | 0.85 | 0 | 0.33 | 261.25 | 0.73 | 0.38 |
| Hex | 4D | 1A | AA | 37 | 55 | 0 | 21 | 105 | 49 | 26 |
| Octal | 115 | 32 | 252 | 67 | 125 | 0 | 41 | 405 | 111 | 46 |
| Binary | 1001101 | 11010 | 10101010 | 110111 | 1010101 | 0 | 100001 | 100000101 | 1001001 | 100110 |
Color Harmonies of #4D1AAA
Complementary color
Monochromatic Colors of #4D1AAA
Black with #4D1AAA
Text Example
Text Example
White with #4D1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1AAA; }
p { color: rgb(77,26,170); }
H1.HeaderClassName
{
color: #4D1AAA;
}
.AnyTagClassName
{
color: #4D1AAA;
}
</style>
background-color css
<style>
a { background-color: #4D1AAA; }
a { background-color: rgb(77,26,170); }
div.DivClassName
{
background-color: #4D1AAA;
}
.BgClassName
{
background-color: #4D1AAA;
}
</style>
border-color css
<style>
span { border-color: #4D1AAA; }
span { border-color: rgb(77,26,170); }
td.TdClassName
{
border-color: #4D1AAA;
}
.TagClassName
{
border-color: #4D1AAA;
}
</style>