Shades of Purple Heart #4D17BC
Tints of Purple Heart #4D17BC
RGB
CMYK
RGB Variations
Color information
#4D17BC (or 0x4D17BC) is known color: Purple Heart. HEX triplet: 4D, 17 and BC. RGB value is (77,23,188). Sum of RGB (Red+Green+Blue) = 77+23+188=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D17BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D17BC is #B2E843. Grayscale: #393939. Windows color (decimal): -11724868 or 12326733. OLE color: 12326733.
HSL color Cylindrical-coordinate representation of color #4D17BC: hue angle of 259.64º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D17BC is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 23 | 188 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.26 |
| HSL | 259.64º | 0.78% | 0.41% | - |
| HSV(B) | 259.64º | 0.88% | 0.74% | - |
| XYZ | 12.44 | 5.82 | 48.04 | - |
| YUV | 57.96 | 201.39 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 188 | 0.59 | 0.88 | 0 | 0.26 | 259.64 | 0.78 | 0.41 |
| Hex | 4D | 17 | BC | 3B | 58 | 0 | 1A | 104 | 4E | 29 |
| Octal | 115 | 27 | 274 | 73 | 130 | 0 | 32 | 404 | 116 | 51 |
| Binary | 1001101 | 10111 | 10111100 | 111011 | 1011000 | 0 | 11010 | 100000100 | 1001110 | 101001 |
Color Harmonies of #4D17BC
Complementary color
Monochromatic Colors of #4D17BC
Black with #4D17BC
Text Example
Text Example
White with #4D17BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D17BC; }
p { color: rgb(77,23,188); }
H1.HeaderClassName
{
color: #4D17BC;
}
.AnyTagClassName
{
color: #4D17BC;
}
</style>
background-color css
<style>
a { background-color: #4D17BC; }
a { background-color: rgb(77,23,188); }
div.DivClassName
{
background-color: #4D17BC;
}
.BgClassName
{
background-color: #4D17BC;
}
</style>
border-color css
<style>
span { border-color: #4D17BC; }
span { border-color: rgb(77,23,188); }
td.TdClassName
{
border-color: #4D17BC;
}
.TagClassName
{
border-color: #4D17BC;
}
</style>