Shades of Purple Heart #4D25AD
Tints of Purple Heart #4D25AD
RGB
CMYK
RGB Variations
Color information
#4D25AD (or 0x4D25AD) is known color: Purple Heart. HEX triplet: 4D, 25 and AD. RGB value is (77,37,173). Sum of RGB (Red+Green+Blue) = 77+37+173=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D25AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D25AD is #B2DA52. Grayscale: #3F3F3F. Windows color (decimal): -11721299 or 11347277. OLE color: 11347277.
HSL color Cylindrical-coordinate representation of color #4D25AD: hue angle of 257.65º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D25AD is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 37 | 173 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.32 |
| HSL | 257.65º | 0.65% | 0.41% | - |
| HSV(B) | 257.65º | 0.79% | 0.68% | - |
| XYZ | 11.26 | 5.92 | 40.08 | - |
| YUV | 64.46 | 189.25 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 173 | 0.55 | 0.79 | 0 | 0.32 | 257.65 | 0.65 | 0.41 |
| Hex | 4D | 25 | AD | 37 | 4F | 0 | 20 | 102 | 41 | 29 |
| Octal | 115 | 45 | 255 | 67 | 117 | 0 | 40 | 402 | 101 | 51 |
| Binary | 1001101 | 100101 | 10101101 | 110111 | 1001111 | 0 | 100000 | 100000010 | 1000001 | 101001 |
Color Harmonies of #4D25AD
Complementary color
Monochromatic Colors of #4D25AD
Black with #4D25AD
Text Example
Text Example
White with #4D25AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D25AD; }
p { color: rgb(77,37,173); }
H1.HeaderClassName
{
color: #4D25AD;
}
.AnyTagClassName
{
color: #4D25AD;
}
</style>
background-color css
<style>
a { background-color: #4D25AD; }
a { background-color: rgb(77,37,173); }
div.DivClassName
{
background-color: #4D25AD;
}
.BgClassName
{
background-color: #4D25AD;
}
</style>
border-color css
<style>
span { border-color: #4D25AD; }
span { border-color: rgb(77,37,173); }
td.TdClassName
{
border-color: #4D25AD;
}
.TagClassName
{
border-color: #4D25AD;
}
</style>