Shades of Purple Heart #5E28CF
Tints of Purple Heart #5E28CF
RGB
CMYK
RGB Variations
Color information
#5E28CF (or 0x5E28CF) is known color: Purple Heart. HEX triplet: 5E, 28 and CF. RGB value is (94,40,207). Sum of RGB (Red+Green+Blue) = 94+40+207=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E28CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E28CF is #A1D730. Grayscale: #4A4A4A. Windows color (decimal): -10606385 or 13576286. OLE color: 13576286.
HSL color Cylindrical-coordinate representation of color #5E28CF: hue angle of 259.4º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E28CF is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 40 | 207 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.19 |
| HSL | 259.4º | 0.68% | 0.48% | - |
| HSV(B) | 259.4º | 0.81% | 0.81% | - |
| XYZ | 16.64 | 8.4 | 59.78 | - |
| YUV | 75.18 | 202.39 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 40 | 207 | 0.55 | 0.81 | 0 | 0.19 | 259.4 | 0.68 | 0.48 |
| Hex | 5E | 28 | CF | 37 | 51 | 0 | 13 | 103 | 44 | 30 |
| Octal | 136 | 50 | 317 | 67 | 121 | 0 | 23 | 403 | 104 | 60 |
| Binary | 1011110 | 101000 | 11001111 | 110111 | 1010001 | 0 | 10011 | 100000011 | 1000100 | 110000 |
Color Harmonies of #5E28CF
Complementary color
Monochromatic Colors of #5E28CF
Black with #5E28CF
Text Example
Text Example
White with #5E28CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E28CF; }
p { color: rgb(94,40,207); }
H1.HeaderClassName
{
color: #5E28CF;
}
.AnyTagClassName
{
color: #5E28CF;
}
</style>
background-color css
<style>
a { background-color: #5E28CF; }
a { background-color: rgb(94,40,207); }
div.DivClassName
{
background-color: #5E28CF;
}
.BgClassName
{
background-color: #5E28CF;
}
</style>
border-color css
<style>
span { border-color: #5E28CF; }
span { border-color: rgb(94,40,207); }
td.TdClassName
{
border-color: #5E28CF;
}
.TagClassName
{
border-color: #5E28CF;
}
</style>