Shades of Purple Heart #4F15BE
Tints of Purple Heart #4F15BE
RGB
CMYK
RGB Variations
Color information
#4F15BE (or 0x4F15BE) is known color: Purple Heart. HEX triplet: 4F, 15 and BE. RGB value is (79,21,190). Sum of RGB (Red+Green+Blue) = 79+21+190=290 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.24% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F15BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F15BE is #B0EA41. Grayscale: #383838. Windows color (decimal): -11594306 or 12457295. OLE color: 12457295.
HSL color Cylindrical-coordinate representation of color #4F15BE: hue angle of 260.59º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F15BE is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 21 | 190 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.25 |
| HSL | 260.59º | 0.8% | 0.41% | - |
| HSV(B) | 260.59º | 0.89% | 0.75% | - |
| XYZ | 12.79 | 5.92 | 49.18 | - |
| YUV | 57.61 | 202.72 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 190 | 0.58 | 0.89 | 0 | 0.25 | 260.59 | 0.8 | 0.41 |
| Hex | 4F | 15 | BE | 3A | 59 | 0 | 19 | 105 | 50 | 29 |
| Octal | 117 | 25 | 276 | 72 | 131 | 0 | 31 | 405 | 120 | 51 |
| Binary | 1001111 | 10101 | 10111110 | 111010 | 1011001 | 0 | 11001 | 100000101 | 1010000 | 101001 |
Color Harmonies of #4F15BE
Complementary color
Monochromatic Colors of #4F15BE
Black with #4F15BE
Text Example
Text Example
White with #4F15BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F15BE; }
p { color: rgb(79,21,190); }
H1.HeaderClassName
{
color: #4F15BE;
}
.AnyTagClassName
{
color: #4F15BE;
}
</style>
background-color css
<style>
a { background-color: #4F15BE; }
a { background-color: rgb(79,21,190); }
div.DivClassName
{
background-color: #4F15BE;
}
.BgClassName
{
background-color: #4F15BE;
}
</style>
border-color css
<style>
span { border-color: #4F15BE; }
span { border-color: rgb(79,21,190); }
td.TdClassName
{
border-color: #4F15BE;
}
.TagClassName
{
border-color: #4F15BE;
}
</style>