Shades of Purple Heart #4D17BA
Tints of Purple Heart #4D17BA
RGB
CMYK
RGB Variations
Color information
#4D17BA (or 0x4D17BA) is known color: Purple Heart. HEX triplet: 4D, 17 and BA. RGB value is (77,23,186). Sum of RGB (Red+Green+Blue) = 77+23+186=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D17BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D17BA is #B2E845. Grayscale: #393939. Windows color (decimal): -11724870 or 12195661. OLE color: 12195661.
HSL color Cylindrical-coordinate representation of color #4D17BA: hue angle of 259.88º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D17BA is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 23 | 186 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.27 |
| HSL | 259.88º | 0.78% | 0.41% | - |
| HSV(B) | 259.88º | 0.88% | 0.73% | - |
| XYZ | 12.23 | 5.74 | 46.92 | - |
| YUV | 57.73 | 200.39 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 186 | 0.59 | 0.88 | 0 | 0.27 | 259.88 | 0.78 | 0.41 |
| Hex | 4D | 17 | BA | 3B | 58 | 0 | 1B | 104 | 4E | 29 |
| Octal | 115 | 27 | 272 | 73 | 130 | 0 | 33 | 404 | 116 | 51 |
| Binary | 1001101 | 10111 | 10111010 | 111011 | 1011000 | 0 | 11011 | 100000100 | 1001110 | 101001 |
Color Harmonies of #4D17BA
Complementary color
Monochromatic Colors of #4D17BA
Black with #4D17BA
Text Example
Text Example
White with #4D17BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D17BA; }
p { color: rgb(77,23,186); }
H1.HeaderClassName
{
color: #4D17BA;
}
.AnyTagClassName
{
color: #4D17BA;
}
</style>
background-color css
<style>
a { background-color: #4D17BA; }
a { background-color: rgb(77,23,186); }
div.DivClassName
{
background-color: #4D17BA;
}
.BgClassName
{
background-color: #4D17BA;
}
</style>
border-color css
<style>
span { border-color: #4D17BA; }
span { border-color: rgb(77,23,186); }
td.TdClassName
{
border-color: #4D17BA;
}
.TagClassName
{
border-color: #4D17BA;
}
</style>