Shades of Purple Heart #4D15AF
Tints of Purple Heart #4D15AF
RGB
CMYK
RGB Variations
Color information
#4D15AF (or 0x4D15AF) is known color: Purple Heart. HEX triplet: 4D, 15 and AF. RGB value is (77,21,175). Sum of RGB (Red+Green+Blue) = 77+21+175=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D15AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D15AF is #B2EA50. Grayscale: #363636. Windows color (decimal): -11725393 or 11474253. OLE color: 11474253.
HSL color Cylindrical-coordinate representation of color #4D15AF: hue angle of 261.82º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D15AF is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 21 | 175 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.31 |
| HSL | 261.82º | 0.79% | 0.38% | - |
| HSV(B) | 261.82º | 0.88% | 0.69% | - |
| XYZ | 11.07 | 5.21 | 40.98 | - |
| YUV | 55.3 | 195.55 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 175 | 0.56 | 0.88 | 0 | 0.31 | 261.82 | 0.79 | 0.38 |
| Hex | 4D | 15 | AF | 38 | 58 | 0 | 1F | 106 | 4F | 26 |
| Octal | 115 | 25 | 257 | 70 | 130 | 0 | 37 | 406 | 117 | 46 |
| Binary | 1001101 | 10101 | 10101111 | 111000 | 1011000 | 0 | 11111 | 100000110 | 1001111 | 100110 |
Color Harmonies of #4D15AF
Complementary color
Monochromatic Colors of #4D15AF
Black with #4D15AF
Text Example
Text Example
White with #4D15AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D15AF; }
p { color: rgb(77,21,175); }
H1.HeaderClassName
{
color: #4D15AF;
}
.AnyTagClassName
{
color: #4D15AF;
}
</style>
background-color css
<style>
a { background-color: #4D15AF; }
a { background-color: rgb(77,21,175); }
div.DivClassName
{
background-color: #4D15AF;
}
.BgClassName
{
background-color: #4D15AF;
}
</style>
border-color css
<style>
span { border-color: #4D15AF; }
span { border-color: rgb(77,21,175); }
td.TdClassName
{
border-color: #4D15AF;
}
.TagClassName
{
border-color: #4D15AF;
}
</style>