Shades of Purple Heart #5E1FCD
Tints of Purple Heart #5E1FCD
RGB
CMYK
RGB Variations
Color information
#5E1FCD (or 0x5E1FCD) is known color: Purple Heart. HEX triplet: 5E, 1F and CD. RGB value is (94,31,205). Sum of RGB (Red+Green+Blue) = 94+31+205=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E1FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E1FCD is #A1E032. Grayscale: #454545. Windows color (decimal): -10608691 or 13442910. OLE color: 13442910.
HSL color Cylindrical-coordinate representation of color #5E1FCD: hue angle of 261.72º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E1FCD is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 31 | 205 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.20 |
| HSL | 261.72º | 0.74% | 0.46% | - |
| HSV(B) | 261.72º | 0.85% | 0.8% | - |
| XYZ | 16.13 | 7.77 | 58.41 | - |
| YUV | 69.67 | 204.37 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 31 | 205 | 0.54 | 0.85 | 0 | 0.20 | 261.72 | 0.74 | 0.46 |
| Hex | 5E | 1F | CD | 36 | 55 | 0 | 14 | 106 | 4A | 2E |
| Octal | 136 | 37 | 315 | 66 | 125 | 0 | 24 | 406 | 112 | 56 |
| Binary | 1011110 | 11111 | 11001101 | 110110 | 1010101 | 0 | 10100 | 100000110 | 1001010 | 101110 |
Color Harmonies of #5E1FCD
Complementary color
Monochromatic Colors of #5E1FCD
Black with #5E1FCD
Text Example
Text Example
White with #5E1FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1FCD; }
p { color: rgb(94,31,205); }
H1.HeaderClassName
{
color: #5E1FCD;
}
.AnyTagClassName
{
color: #5E1FCD;
}
</style>
background-color css
<style>
a { background-color: #5E1FCD; }
a { background-color: rgb(94,31,205); }
div.DivClassName
{
background-color: #5E1FCD;
}
.BgClassName
{
background-color: #5E1FCD;
}
</style>
border-color css
<style>
span { border-color: #5E1FCD; }
span { border-color: rgb(94,31,205); }
td.TdClassName
{
border-color: #5E1FCD;
}
.TagClassName
{
border-color: #5E1FCD;
}
</style>