Shades of Purple Heart #4F28BB
Tints of Purple Heart #4F28BB
RGB
CMYK
RGB Variations
Color information
#4F28BB (or 0x4F28BB) is known color: Purple Heart. HEX triplet: 4F, 28 and BB. RGB value is (79,40,187). Sum of RGB (Red+Green+Blue) = 79+40+187=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #4F28BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F28BB is #B0D744. Grayscale: #434343. Windows color (decimal): -11589445 or 12265551. OLE color: 12265551.
HSL color Cylindrical-coordinate representation of color #4F28BB: hue angle of 255.92º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F28BB is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 40 | 187 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.27 |
| HSL | 255.92º | 0.65% | 0.45% | - |
| HSV(B) | 255.92º | 0.79% | 0.73% | - |
| XYZ | 12.95 | 6.77 | 47.64 | - |
| YUV | 68.42 | 194.92 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 187 | 0.58 | 0.79 | 0 | 0.27 | 255.92 | 0.65 | 0.45 |
| Hex | 4F | 28 | BB | 3A | 4F | 0 | 1B | 100 | 41 | 2D |
| Octal | 117 | 50 | 273 | 72 | 117 | 0 | 33 | 400 | 101 | 55 |
| Binary | 1001111 | 101000 | 10111011 | 111010 | 1001111 | 0 | 11011 | 100000000 | 1000001 | 101101 |
Color Harmonies of #4F28BB
Complementary color
Monochromatic Colors of #4F28BB
Black with #4F28BB
Text Example
Text Example
White with #4F28BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F28BB; }
p { color: rgb(79,40,187); }
H1.HeaderClassName
{
color: #4F28BB;
}
.AnyTagClassName
{
color: #4F28BB;
}
</style>
background-color css
<style>
a { background-color: #4F28BB; }
a { background-color: rgb(79,40,187); }
div.DivClassName
{
background-color: #4F28BB;
}
.BgClassName
{
background-color: #4F28BB;
}
</style>
border-color css
<style>
span { border-color: #4F28BB; }
span { border-color: rgb(79,40,187); }
td.TdClassName
{
border-color: #4F28BB;
}
.TagClassName
{
border-color: #4F28BB;
}
</style>