Shades of Purple Heart #4D17AB
Tints of Purple Heart #4D17AB
RGB
CMYK
RGB Variations
Color information
#4D17AB (or 0x4D17AB) is known color: Purple Heart. HEX triplet: 4D, 17 and AB. RGB value is (77,23,171). Sum of RGB (Red+Green+Blue) = 77+23+171=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D17AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D17AB is #B2E854. Grayscale: #373737. Windows color (decimal): -11724885 or 11212621. OLE color: 11212621.
HSL color Cylindrical-coordinate representation of color #4D17AB: hue angle of 261.89º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D17AB is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 23 | 171 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.33 |
| HSL | 261.89º | 0.76% | 0.38% | - |
| HSV(B) | 261.89º | 0.87% | 0.67% | - |
| XYZ | 10.72 | 5.13 | 38.95 | - |
| YUV | 56.02 | 192.89 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 171 | 0.55 | 0.87 | 0 | 0.33 | 261.89 | 0.76 | 0.38 |
| Hex | 4D | 17 | AB | 37 | 57 | 0 | 21 | 106 | 4C | 26 |
| Octal | 115 | 27 | 253 | 67 | 127 | 0 | 41 | 406 | 114 | 46 |
| Binary | 1001101 | 10111 | 10101011 | 110111 | 1010111 | 0 | 100001 | 100000110 | 1001100 | 100110 |
Color Harmonies of #4D17AB
Complementary color
Monochromatic Colors of #4D17AB
Black with #4D17AB
Text Example
Text Example
White with #4D17AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D17AB; }
p { color: rgb(77,23,171); }
H1.HeaderClassName
{
color: #4D17AB;
}
.AnyTagClassName
{
color: #4D17AB;
}
</style>
background-color css
<style>
a { background-color: #4D17AB; }
a { background-color: rgb(77,23,171); }
div.DivClassName
{
background-color: #4D17AB;
}
.BgClassName
{
background-color: #4D17AB;
}
</style>
border-color css
<style>
span { border-color: #4D17AB; }
span { border-color: rgb(77,23,171); }
td.TdClassName
{
border-color: #4D17AB;
}
.TagClassName
{
border-color: #4D17AB;
}
</style>