Shades of Purple Heart #4D0DAD
Tints of Purple Heart #4D0DAD
RGB
CMYK
RGB Variations
Color information
#4D0DAD (or 0x4D0DAD) is known color: Purple Heart. HEX triplet: 4D, 0D and AD. RGB value is (77,13,173). Sum of RGB (Red+Green+Blue) = 77+13+173=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D0DAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0DAD is #B2F252. Grayscale: #313131. Windows color (decimal): -11727443 or 11341133. OLE color: 11341133.
HSL color Cylindrical-coordinate representation of color #4D0DAD: hue angle of 264º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D0DAD is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 13 | 173 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.32 |
| HSL | 264º | 0.86% | 0.36% | - |
| HSV(B) | 264º | 0.92% | 0.68% | - |
| XYZ | 10.75 | 4.88 | 39.91 | - |
| YUV | 50.38 | 197.2 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 173 | 0.55 | 0.92 | 0 | 0.32 | 264 | 0.86 | 0.36 |
| Hex | 4D | D | AD | 37 | 5C | 0 | 20 | 108 | 56 | 24 |
| Octal | 115 | 15 | 255 | 67 | 134 | 0 | 40 | 410 | 126 | 44 |
| Binary | 1001101 | 1101 | 10101101 | 110111 | 1011100 | 0 | 100000 | 100001000 | 1010110 | 100100 |
Color Harmonies of #4D0DAD
Complementary color
Monochromatic Colors of #4D0DAD
Black with #4D0DAD
Text Example
Text Example
White with #4D0DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0DAD; }
p { color: rgb(77,13,173); }
H1.HeaderClassName
{
color: #4D0DAD;
}
.AnyTagClassName
{
color: #4D0DAD;
}
</style>
background-color css
<style>
a { background-color: #4D0DAD; }
a { background-color: rgb(77,13,173); }
div.DivClassName
{
background-color: #4D0DAD;
}
.BgClassName
{
background-color: #4D0DAD;
}
</style>
border-color css
<style>
span { border-color: #4D0DAD; }
span { border-color: rgb(77,13,173); }
td.TdClassName
{
border-color: #4D0DAD;
}
.TagClassName
{
border-color: #4D0DAD;
}
</style>