Shades of Purple Heart #4E28BB
Tints of Purple Heart #4E28BB
RGB
CMYK
RGB Variations
Color information
#4E28BB (or 0x4E28BB) is known color: Purple Heart. HEX triplet: 4E, 28 and BB. RGB value is (78,40,187). Sum of RGB (Red+Green+Blue) = 78+40+187=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E28BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E28BB is #B1D744. Grayscale: #434343. Windows color (decimal): -11654981 or 12265550. OLE color: 12265550.
HSL color Cylindrical-coordinate representation of color #4E28BB: hue angle of 255.51º 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 #4E28BB is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 40 | 187 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.27 |
| HSL | 255.51º | 0.65% | 0.45% | - |
| HSV(B) | 255.51º | 0.79% | 0.73% | - |
| XYZ | 12.87 | 6.73 | 47.63 | - |
| YUV | 68.12 | 195.09 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 187 | 0.58 | 0.79 | 0 | 0.27 | 255.51 | 0.65 | 0.45 |
| Hex | 4E | 28 | BB | 3A | 4F | 0 | 1B | 100 | 41 | 2D |
| Octal | 116 | 50 | 273 | 72 | 117 | 0 | 33 | 400 | 101 | 55 |
| Binary | 1001110 | 101000 | 10111011 | 111010 | 1001111 | 0 | 11011 | 100000000 | 1000001 | 101101 |
Color Harmonies of #4E28BB
Complementary color
Monochromatic Colors of #4E28BB
Black with #4E28BB
Text Example
Text Example
White with #4E28BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E28BB; }
p { color: rgb(78,40,187); }
H1.HeaderClassName
{
color: #4E28BB;
}
.AnyTagClassName
{
color: #4E28BB;
}
</style>
background-color css
<style>
a { background-color: #4E28BB; }
a { background-color: rgb(78,40,187); }
div.DivClassName
{
background-color: #4E28BB;
}
.BgClassName
{
background-color: #4E28BB;
}
</style>
border-color css
<style>
span { border-color: #4E28BB; }
span { border-color: rgb(78,40,187); }
td.TdClassName
{
border-color: #4E28BB;
}
.TagClassName
{
border-color: #4E28BB;
}
</style>