Shades of Purple Heart #5E28DF
Tints of Purple Heart #5E28DF
RGB
CMYK
RGB Variations
Color information
#5E28DF (or 0x5E28DF) is known color: Purple Heart. HEX triplet: 5E, 28 and DF. RGB value is (94,40,223). Sum of RGB (Red+Green+Blue) = 94+40+223=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E28DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E28DF is #A1D720. Grayscale: #4C4C4C. Windows color (decimal): -10606369 or 14624862. OLE color: 14624862.
HSL color Cylindrical-coordinate representation of color #5E28DF: hue angle of 257.7º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E28DF is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 40 | 223 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.13 |
| HSL | 257.7º | 0.74% | 0.52% | - |
| HSV(B) | 257.7º | 0.82% | 0.87% | - |
| XYZ | 18.69 | 9.22 | 70.61 | - |
| YUV | 77.01 | 210.39 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 40 | 223 | 0.58 | 0.82 | 0 | 0.13 | 257.7 | 0.74 | 0.52 |
| Hex | 5E | 28 | DF | 3A | 52 | 0 | D | 102 | 4A | 34 |
| Octal | 136 | 50 | 337 | 72 | 122 | 0 | 15 | 402 | 112 | 64 |
| Binary | 1011110 | 101000 | 11011111 | 111010 | 1010010 | 0 | 1101 | 100000010 | 1001010 | 110100 |
Color Harmonies of #5E28DF
Complementary color
Monochromatic Colors of #5E28DF
Black with #5E28DF
Text Example
Text Example
White with #5E28DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E28DF; }
p { color: rgb(94,40,223); }
H1.HeaderClassName
{
color: #5E28DF;
}
.AnyTagClassName
{
color: #5E28DF;
}
</style>
background-color css
<style>
a { background-color: #5E28DF; }
a { background-color: rgb(94,40,223); }
div.DivClassName
{
background-color: #5E28DF;
}
.BgClassName
{
background-color: #5E28DF;
}
</style>
border-color css
<style>
span { border-color: #5E28DF; }
span { border-color: rgb(94,40,223); }
td.TdClassName
{
border-color: #5E28DF;
}
.TagClassName
{
border-color: #5E28DF;
}
</style>