Shades of Purple Heart #4D11AD
Tints of Purple Heart #4D11AD
RGB
CMYK
RGB Variations
Color information
#4D11AD (or 0x4D11AD) is known color: Purple Heart. HEX triplet: 4D, 11 and AD. RGB value is (77,17,173). Sum of RGB (Red+Green+Blue) = 77+17+173=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D11AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D11AD is #B2EE52. Grayscale: #343434. Windows color (decimal): -11726419 or 11342157. OLE color: 11342157.
HSL color Cylindrical-coordinate representation of color #4D11AD: hue angle of 263.08º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D11AD is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 17 | 173 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.32 |
| HSL | 263.08º | 0.82% | 0.37% | - |
| HSV(B) | 263.08º | 0.9% | 0.68% | - |
| XYZ | 10.8 | 5 | 39.93 | - |
| YUV | 52.72 | 195.88 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 173 | 0.55 | 0.90 | 0 | 0.32 | 263.08 | 0.82 | 0.37 |
| Hex | 4D | 11 | AD | 37 | 5A | 0 | 20 | 107 | 52 | 25 |
| Octal | 115 | 21 | 255 | 67 | 132 | 0 | 40 | 407 | 122 | 45 |
| Binary | 1001101 | 10001 | 10101101 | 110111 | 1011010 | 0 | 100000 | 100000111 | 1010010 | 100101 |
Color Harmonies of #4D11AD
Complementary color
Monochromatic Colors of #4D11AD
Black with #4D11AD
Text Example
Text Example
White with #4D11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D11AD; }
p { color: rgb(77,17,173); }
H1.HeaderClassName
{
color: #4D11AD;
}
.AnyTagClassName
{
color: #4D11AD;
}
</style>
background-color css
<style>
a { background-color: #4D11AD; }
a { background-color: rgb(77,17,173); }
div.DivClassName
{
background-color: #4D11AD;
}
.BgClassName
{
background-color: #4D11AD;
}
</style>
border-color css
<style>
span { border-color: #4D11AD; }
span { border-color: rgb(77,17,173); }
td.TdClassName
{
border-color: #4D11AD;
}
.TagClassName
{
border-color: #4D11AD;
}
</style>