Shades of Purple Heart #5E2ECF
Tints of Purple Heart #5E2ECF
RGB
CMYK
RGB Variations
Color information
#5E2ECF (or 0x5E2ECF) is known color: Purple Heart. HEX triplet: 5E, 2E and CF. RGB value is (94,46,207). Sum of RGB (Red+Green+Blue) = 94+46+207=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E2ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2ECF is #A1D130. Grayscale: #4E4E4E. Windows color (decimal): -10604849 or 13577822. OLE color: 13577822.
HSL color Cylindrical-coordinate representation of color #5E2ECF: hue angle of 257.89º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E2ECF is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 46 | 207 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.19 |
| HSL | 257.89º | 0.64% | 0.5% | - |
| HSV(B) | 257.89º | 0.78% | 0.81% | - |
| XYZ | 16.86 | 8.84 | 59.85 | - |
| YUV | 78.71 | 200.4 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 46 | 207 | 0.55 | 0.78 | 0 | 0.19 | 257.89 | 0.64 | 0.5 |
| Hex | 5E | 2E | CF | 37 | 4E | 0 | 13 | 102 | 40 | 32 |
| Octal | 136 | 56 | 317 | 67 | 116 | 0 | 23 | 402 | 100 | 62 |
| Binary | 1011110 | 101110 | 11001111 | 110111 | 1001110 | 0 | 10011 | 100000010 | 1000000 | 110010 |
Color Harmonies of #5E2ECF
Complementary color
Monochromatic Colors of #5E2ECF
Black with #5E2ECF
Text Example
Text Example
White with #5E2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2ECF; }
p { color: rgb(94,46,207); }
H1.HeaderClassName
{
color: #5E2ECF;
}
.AnyTagClassName
{
color: #5E2ECF;
}
</style>
background-color css
<style>
a { background-color: #5E2ECF; }
a { background-color: rgb(94,46,207); }
div.DivClassName
{
background-color: #5E2ECF;
}
.BgClassName
{
background-color: #5E2ECF;
}
</style>
border-color css
<style>
span { border-color: #5E2ECF; }
span { border-color: rgb(94,46,207); }
td.TdClassName
{
border-color: #5E2ECF;
}
.TagClassName
{
border-color: #5E2ECF;
}
</style>