Shades of Purple Heart #4F1CBF
Tints of Purple Heart #4F1CBF
RGB
CMYK
RGB Variations
Color information
#4F1CBF (or 0x4F1CBF) is known color: Purple Heart. HEX triplet: 4F, 1C and BF. RGB value is (79,28,191). Sum of RGB (Red+Green+Blue) = 79+28+191=298 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.51% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F1CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F1CBF is #B0E340. Grayscale: #3D3D3D. Windows color (decimal): -11592513 or 12524623. OLE color: 12524623.
HSL color Cylindrical-coordinate representation of color #4F1CBF: hue angle of 258.77º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F1CBF is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 28 | 191 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.25 |
| HSL | 258.77º | 0.74% | 0.43% | - |
| HSV(B) | 258.77º | 0.85% | 0.75% | - |
| XYZ | 13.04 | 6.25 | 49.81 | - |
| YUV | 61.83 | 200.9 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 28 | 191 | 0.59 | 0.85 | 0 | 0.25 | 258.77 | 0.74 | 0.43 |
| Hex | 4F | 1C | BF | 3B | 55 | 0 | 19 | 103 | 4A | 2B |
| Octal | 117 | 34 | 277 | 73 | 125 | 0 | 31 | 403 | 112 | 53 |
| Binary | 1001111 | 11100 | 10111111 | 111011 | 1010101 | 0 | 11001 | 100000011 | 1001010 | 101011 |
Color Harmonies of #4F1CBF
Complementary color
Monochromatic Colors of #4F1CBF
Black with #4F1CBF
Text Example
Text Example
White with #4F1CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1CBF; }
p { color: rgb(79,28,191); }
H1.HeaderClassName
{
color: #4F1CBF;
}
.AnyTagClassName
{
color: #4F1CBF;
}
</style>
background-color css
<style>
a { background-color: #4F1CBF; }
a { background-color: rgb(79,28,191); }
div.DivClassName
{
background-color: #4F1CBF;
}
.BgClassName
{
background-color: #4F1CBF;
}
</style>
border-color css
<style>
span { border-color: #4F1CBF; }
span { border-color: rgb(79,28,191); }
td.TdClassName
{
border-color: #4F1CBF;
}
.TagClassName
{
border-color: #4F1CBF;
}
</style>