Shades of Purple Heart #4D17BD
Tints of Purple Heart #4D17BD
RGB
CMYK
RGB Variations
Color information
#4D17BD (or 0x4D17BD) is known color: Purple Heart. HEX triplet: 4D, 17 and BD. RGB value is (77,23,189). Sum of RGB (Red+Green+Blue) = 77+23+189=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 189 (74.22% from 255 or 65.40% from 289); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D17BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D17BD is #B2E842. Grayscale: #393939. Windows color (decimal): -11724867 or 12392269. OLE color: 12392269.
HSL color Cylindrical-coordinate representation of color #4D17BD: hue angle of 259.52º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D17BD is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 23 | 189 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.26 |
| HSL | 259.52º | 0.78% | 0.42% | - |
| HSV(B) | 259.52º | 0.88% | 0.74% | - |
| XYZ | 12.55 | 5.86 | 48.61 | - |
| YUV | 58.07 | 201.89 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 189 | 0.59 | 0.88 | 0 | 0.26 | 259.52 | 0.78 | 0.42 |
| Hex | 4D | 17 | BD | 3B | 58 | 0 | 1A | 104 | 4E | 2A |
| Octal | 115 | 27 | 275 | 73 | 130 | 0 | 32 | 404 | 116 | 52 |
| Binary | 1001101 | 10111 | 10111101 | 111011 | 1011000 | 0 | 11010 | 100000100 | 1001110 | 101010 |
Color Harmonies of #4D17BD
Complementary color
Monochromatic Colors of #4D17BD
Black with #4D17BD
Text Example
Text Example
White with #4D17BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D17BD; }
p { color: rgb(77,23,189); }
H1.HeaderClassName
{
color: #4D17BD;
}
.AnyTagClassName
{
color: #4D17BD;
}
</style>
background-color css
<style>
a { background-color: #4D17BD; }
a { background-color: rgb(77,23,189); }
div.DivClassName
{
background-color: #4D17BD;
}
.BgClassName
{
background-color: #4D17BD;
}
</style>
border-color css
<style>
span { border-color: #4D17BD; }
span { border-color: rgb(77,23,189); }
td.TdClassName
{
border-color: #4D17BD;
}
.TagClassName
{
border-color: #4D17BD;
}
</style>