Shades of Purple Heart #4D1AB6
Tints of Purple Heart #4D1AB6
RGB
CMYK
RGB Variations
Color information
#4D1AB6 (or 0x4D1AB6) is known color: Purple Heart. HEX triplet: 4D, 1A and B6. RGB value is (77,26,182). Sum of RGB (Red+Green+Blue) = 77+26+182=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 182 (71.48% from 255 or 63.86% from 285); Max value from RGB is 182 - color contains mainly: blue. Hex color #4D1AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1AB6 is #B2E549. Grayscale: #3A3A3A. Windows color (decimal): -11724106 or 11934285. OLE color: 11934285.
HSL color Cylindrical-coordinate representation of color #4D1AB6: hue angle of 259.62º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D1AB6 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 26 | 182 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.29 |
| HSL | 259.62º | 0.75% | 0.41% | - |
| HSV(B) | 259.62º | 0.86% | 0.71% | - |
| XYZ | 11.87 | 5.69 | 44.73 | - |
| YUV | 59.03 | 197.4 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 182 | 0.58 | 0.86 | 0 | 0.29 | 259.62 | 0.75 | 0.41 |
| Hex | 4D | 1A | B6 | 3A | 56 | 0 | 1D | 104 | 4B | 29 |
| Octal | 115 | 32 | 266 | 72 | 126 | 0 | 35 | 404 | 113 | 51 |
| Binary | 1001101 | 11010 | 10110110 | 111010 | 1010110 | 0 | 11101 | 100000100 | 1001011 | 101001 |
Color Harmonies of #4D1AB6
Complementary color
Monochromatic Colors of #4D1AB6
Black with #4D1AB6
Text Example
Text Example
White with #4D1AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1AB6; }
p { color: rgb(77,26,182); }
H1.HeaderClassName
{
color: #4D1AB6;
}
.AnyTagClassName
{
color: #4D1AB6;
}
</style>
background-color css
<style>
a { background-color: #4D1AB6; }
a { background-color: rgb(77,26,182); }
div.DivClassName
{
background-color: #4D1AB6;
}
.BgClassName
{
background-color: #4D1AB6;
}
</style>
border-color css
<style>
span { border-color: #4D1AB6; }
span { border-color: rgb(77,26,182); }
td.TdClassName
{
border-color: #4D1AB6;
}
.TagClassName
{
border-color: #4D1AB6;
}
</style>