Shades of Purple Heart #5E2FD8
Tints of Purple Heart #5E2FD8
RGB
CMYK
RGB Variations
Color information
#5E2FD8 (or 0x5E2FD8) is known color: Purple Heart. HEX triplet: 5E, 2F and D8. RGB value is (94,47,216). Sum of RGB (Red+Green+Blue) = 94+47+216=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 216 (84.77% from 255 or 60.50% from 357); Max value from RGB is 216 - color contains mainly: blue. Hex color #5E2FD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2FD8 is #A1D027. Grayscale: #4F4F4F. Windows color (decimal): -10604584 or 14167902. OLE color: 14167902.
HSL color Cylindrical-coordinate representation of color #5E2FD8: hue angle of 256.69º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E2FD8 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 47 | 216 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.15 |
| HSL | 256.69º | 0.68% | 0.52% | - |
| HSV(B) | 256.69º | 0.78% | 0.85% | - |
| XYZ | 18.03 | 9.37 | 65.82 | - |
| YUV | 80.32 | 204.57 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 47 | 216 | 0.56 | 0.78 | 0 | 0.15 | 256.69 | 0.68 | 0.52 |
| Hex | 5E | 2F | D8 | 38 | 4E | 0 | F | 101 | 44 | 34 |
| Octal | 136 | 57 | 330 | 70 | 116 | 0 | 17 | 401 | 104 | 64 |
| Binary | 1011110 | 101111 | 11011000 | 111000 | 1001110 | 0 | 1111 | 100000001 | 1000100 | 110100 |
Color Harmonies of #5E2FD8
Complementary color
Monochromatic Colors of #5E2FD8
Black with #5E2FD8
Text Example
Text Example
White with #5E2FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2FD8; }
p { color: rgb(94,47,216); }
H1.HeaderClassName
{
color: #5E2FD8;
}
.AnyTagClassName
{
color: #5E2FD8;
}
</style>
background-color css
<style>
a { background-color: #5E2FD8; }
a { background-color: rgb(94,47,216); }
div.DivClassName
{
background-color: #5E2FD8;
}
.BgClassName
{
background-color: #5E2FD8;
}
</style>
border-color css
<style>
span { border-color: #5E2FD8; }
span { border-color: rgb(94,47,216); }
td.TdClassName
{
border-color: #5E2FD8;
}
.TagClassName
{
border-color: #5E2FD8;
}
</style>