Shades of Purple Heart #4F24BC
Tints of Purple Heart #4F24BC
RGB
CMYK
RGB Variations
Color information
#4F24BC (or 0x4F24BC) is known color: Purple Heart. HEX triplet: 4F, 24 and BC. RGB value is (79,36,188). Sum of RGB (Red+Green+Blue) = 79+36+188=303 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.07% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F24BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F24BC is #B0DB43. Grayscale: #414141. Windows color (decimal): -11590468 or 12330063. OLE color: 12330063.
HSL color Cylindrical-coordinate representation of color #4F24BC: hue angle of 256.97º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F24BC is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 36 | 188 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.26 |
| HSL | 256.97º | 0.68% | 0.44% | - |
| HSV(B) | 256.97º | 0.81% | 0.74% | - |
| XYZ | 12.93 | 6.55 | 48.16 | - |
| YUV | 66.19 | 196.75 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 36 | 188 | 0.58 | 0.81 | 0 | 0.26 | 256.97 | 0.68 | 0.44 |
| Hex | 4F | 24 | BC | 3A | 51 | 0 | 1A | 101 | 44 | 2C |
| Octal | 117 | 44 | 274 | 72 | 121 | 0 | 32 | 401 | 104 | 54 |
| Binary | 1001111 | 100100 | 10111100 | 111010 | 1010001 | 0 | 11010 | 100000001 | 1000100 | 101100 |
Color Harmonies of #4F24BC
Complementary color
Monochromatic Colors of #4F24BC
Black with #4F24BC
Text Example
Text Example
White with #4F24BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F24BC; }
p { color: rgb(79,36,188); }
H1.HeaderClassName
{
color: #4F24BC;
}
.AnyTagClassName
{
color: #4F24BC;
}
</style>
background-color css
<style>
a { background-color: #4F24BC; }
a { background-color: rgb(79,36,188); }
div.DivClassName
{
background-color: #4F24BC;
}
.BgClassName
{
background-color: #4F24BC;
}
</style>
border-color css
<style>
span { border-color: #4F24BC; }
span { border-color: rgb(79,36,188); }
td.TdClassName
{
border-color: #4F24BC;
}
.TagClassName
{
border-color: #4F24BC;
}
</style>