Shades of Purple Heart #4D1AAF
Tints of Purple Heart #4D1AAF
RGB
CMYK
RGB Variations
Color information
#4D1AAF (or 0x4D1AAF) is known color: Purple Heart. HEX triplet: 4D, 1A and AF. RGB value is (77,26,175). Sum of RGB (Red+Green+Blue) = 77+26+175=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D1AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1AAF is #B2E550. Grayscale: #393939. Windows color (decimal): -11724113 or 11475533. OLE color: 11475533.
HSL color Cylindrical-coordinate representation of color #4D1AAF: hue angle of 260.54º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D1AAF is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 26 | 175 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.31 |
| HSL | 260.54º | 0.74% | 0.39% | - |
| HSV(B) | 260.54º | 0.85% | 0.69% | - |
| XYZ | 11.17 | 5.41 | 41.01 | - |
| YUV | 58.24 | 193.9 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 175 | 0.56 | 0.85 | 0 | 0.31 | 260.54 | 0.74 | 0.39 |
| Hex | 4D | 1A | AF | 38 | 55 | 0 | 1F | 105 | 4A | 27 |
| Octal | 115 | 32 | 257 | 70 | 125 | 0 | 37 | 405 | 112 | 47 |
| Binary | 1001101 | 11010 | 10101111 | 111000 | 1010101 | 0 | 11111 | 100000101 | 1001010 | 100111 |
Color Harmonies of #4D1AAF
Complementary color
Monochromatic Colors of #4D1AAF
Black with #4D1AAF
Text Example
Text Example
White with #4D1AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1AAF; }
p { color: rgb(77,26,175); }
H1.HeaderClassName
{
color: #4D1AAF;
}
.AnyTagClassName
{
color: #4D1AAF;
}
</style>
background-color css
<style>
a { background-color: #4D1AAF; }
a { background-color: rgb(77,26,175); }
div.DivClassName
{
background-color: #4D1AAF;
}
.BgClassName
{
background-color: #4D1AAF;
}
</style>
border-color css
<style>
span { border-color: #4D1AAF; }
span { border-color: rgb(77,26,175); }
td.TdClassName
{
border-color: #4D1AAF;
}
.TagClassName
{
border-color: #4D1AAF;
}
</style>