Shades of Purple Heart #4F28BA
Tints of Purple Heart #4F28BA
RGB
CMYK
RGB Variations
Color information
#4F28BA (or 0x4F28BA) is known color: Purple Heart. HEX triplet: 4F, 28 and BA. RGB value is (79,40,186). Sum of RGB (Red+Green+Blue) = 79+40+186=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F28BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F28BA is #B0D745. Grayscale: #434343. Windows color (decimal): -11589446 or 12200015. OLE color: 12200015.
HSL color Cylindrical-coordinate representation of color #4F28BA: hue angle of 256.03º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F28BA is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 40 | 186 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.27 |
| HSL | 256.03º | 0.65% | 0.44% | - |
| HSV(B) | 256.03º | 0.78% | 0.73% | - |
| XYZ | 12.85 | 6.73 | 47.08 | - |
| YUV | 68.31 | 194.42 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 186 | 0.58 | 0.78 | 0 | 0.27 | 256.03 | 0.65 | 0.44 |
| Hex | 4F | 28 | BA | 3A | 4E | 0 | 1B | 100 | 41 | 2C |
| Octal | 117 | 50 | 272 | 72 | 116 | 0 | 33 | 400 | 101 | 54 |
| Binary | 1001111 | 101000 | 10111010 | 111010 | 1001110 | 0 | 11011 | 100000000 | 1000001 | 101100 |
Color Harmonies of #4F28BA
Complementary color
Monochromatic Colors of #4F28BA
Black with #4F28BA
Text Example
Text Example
White with #4F28BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F28BA; }
p { color: rgb(79,40,186); }
H1.HeaderClassName
{
color: #4F28BA;
}
.AnyTagClassName
{
color: #4F28BA;
}
</style>
background-color css
<style>
a { background-color: #4F28BA; }
a { background-color: rgb(79,40,186); }
div.DivClassName
{
background-color: #4F28BA;
}
.BgClassName
{
background-color: #4F28BA;
}
</style>
border-color css
<style>
span { border-color: #4F28BA; }
span { border-color: rgb(79,40,186); }
td.TdClassName
{
border-color: #4F28BA;
}
.TagClassName
{
border-color: #4F28BA;
}
</style>