Shades of Purple Heart #4F17B8
Tints of Purple Heart #4F17B8
RGB
CMYK
RGB Variations
Color information
#4F17B8 (or 0x4F17B8) is known color: Purple Heart. HEX triplet: 4F, 17 and B8. RGB value is (79,23,184). Sum of RGB (Red+Green+Blue) = 79+23+184=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 184 (72.27% from 255 or 64.34% from 286); Max value from RGB is 184 - color contains mainly: blue. Hex color #4F17B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F17B8 is #B0E847. Grayscale: #393939. Windows color (decimal): -11593800 or 12064591. OLE color: 12064591.
HSL color Cylindrical-coordinate representation of color #4F17B8: hue angle of 260.87º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4F17B8 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 79 | 23 | 184 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.28 |
| HSL | 260.87º | 0.78% | 0.41% | - |
| HSV(B) | 260.87º | 0.88% | 0.72% | - |
| XYZ | 12.18 | 5.74 | 45.81 | - |
| YUV | 58.1 | 199.05 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 184 | 0.57 | 0.88 | 0 | 0.28 | 260.87 | 0.78 | 0.41 |
| Hex | 4F | 17 | B8 | 39 | 58 | 0 | 1C | 105 | 4E | 29 |
| Octal | 117 | 27 | 270 | 71 | 130 | 0 | 34 | 405 | 116 | 51 |
| Binary | 1001111 | 10111 | 10111000 | 111001 | 1011000 | 0 | 11100 | 100000101 | 1001110 | 101001 |
Color Harmonies of #4F17B8
Complementary color
Monochromatic Colors of #4F17B8
Black with #4F17B8
Text Example
Text Example
White with #4F17B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F17B8; }
p { color: rgb(79,23,184); }
H1.HeaderClassName
{
color: #4F17B8;
}
.AnyTagClassName
{
color: #4F17B8;
}
</style>
background-color css
<style>
a { background-color: #4F17B8; }
a { background-color: rgb(79,23,184); }
div.DivClassName
{
background-color: #4F17B8;
}
.BgClassName
{
background-color: #4F17B8;
}
</style>
border-color css
<style>
span { border-color: #4F17B8; }
span { border-color: rgb(79,23,184); }
td.TdClassName
{
border-color: #4F17B8;
}
.TagClassName
{
border-color: #4F17B8;
}
</style>