Shades of Purple Heart #4F17B7
Tints of Purple Heart #4F17B7
RGB
CMYK
RGB Variations
Color information
#4F17B7 (or 0x4F17B7) is known color: Purple Heart. HEX triplet: 4F, 17 and B7. RGB value is (79,23,183). Sum of RGB (Red+Green+Blue) = 79+23+183=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 183 (71.88% from 255 or 64.21% from 285); Max value from RGB is 183 - color contains mainly: blue. Hex color #4F17B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F17B7 is #B0E848. Grayscale: #393939. Windows color (decimal): -11593801 or 11999055. OLE color: 11999055.
HSL color Cylindrical-coordinate representation of color #4F17B7: hue angle of 261º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F17B7 is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 79 | 23 | 183 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.28 |
| HSL | 261º | 0.78% | 0.4% | - |
| HSV(B) | 261º | 0.87% | 0.72% | - |
| XYZ | 12.08 | 5.69 | 45.26 | - |
| YUV | 57.98 | 198.55 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 183 | 0.57 | 0.87 | 0 | 0.28 | 261 | 0.78 | 0.4 |
| Hex | 4F | 17 | B7 | 39 | 57 | 0 | 1C | 105 | 4E | 28 |
| Octal | 117 | 27 | 267 | 71 | 127 | 0 | 34 | 405 | 116 | 50 |
| Binary | 1001111 | 10111 | 10110111 | 111001 | 1010111 | 0 | 11100 | 100000101 | 1001110 | 101000 |
Color Harmonies of #4F17B7
Complementary color
Monochromatic Colors of #4F17B7
Black with #4F17B7
Text Example
Text Example
White with #4F17B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F17B7; }
p { color: rgb(79,23,183); }
H1.HeaderClassName
{
color: #4F17B7;
}
.AnyTagClassName
{
color: #4F17B7;
}
</style>
background-color css
<style>
a { background-color: #4F17B7; }
a { background-color: rgb(79,23,183); }
div.DivClassName
{
background-color: #4F17B7;
}
.BgClassName
{
background-color: #4F17B7;
}
</style>
border-color css
<style>
span { border-color: #4F17B7; }
span { border-color: rgb(79,23,183); }
td.TdClassName
{
border-color: #4F17B7;
}
.TagClassName
{
border-color: #4F17B7;
}
</style>