Shades of Purple Heart #5E14CD
Tints of Purple Heart #5E14CD
RGB
CMYK
RGB Variations
Color information
#5E14CD (or 0x5E14CD) is known color: Purple Heart. HEX triplet: 5E, 14 and CD. RGB value is (94,20,205). Sum of RGB (Red+Green+Blue) = 94+20+205=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E14CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E14CD is #A1EB32. Grayscale: #3E3E3E. Windows color (decimal): -10611507 or 13440094. OLE color: 13440094.
HSL color Cylindrical-coordinate representation of color #5E14CD: hue angle of 264º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E14CD is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 20 | 205 | - |
| CMYK | 0.54 | 0.90 | 0 | 0.20 |
| HSL | 264º | 0.82% | 0.44% | - |
| HSV(B) | 264º | 0.9% | 0.8% | - |
| XYZ | 15.89 | 7.29 | 58.33 | - |
| YUV | 63.22 | 208.02 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 205 | 0.54 | 0.90 | 0 | 0.20 | 264 | 0.82 | 0.44 |
| Hex | 5E | 14 | CD | 36 | 5A | 0 | 14 | 108 | 52 | 2C |
| Octal | 136 | 24 | 315 | 66 | 132 | 0 | 24 | 410 | 122 | 54 |
| Binary | 1011110 | 10100 | 11001101 | 110110 | 1011010 | 0 | 10100 | 100001000 | 1010010 | 101100 |
Color Harmonies of #5E14CD
Complementary color
Monochromatic Colors of #5E14CD
Black with #5E14CD
Text Example
Text Example
White with #5E14CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E14CD; }
p { color: rgb(94,20,205); }
H1.HeaderClassName
{
color: #5E14CD;
}
.AnyTagClassName
{
color: #5E14CD;
}
</style>
background-color css
<style>
a { background-color: #5E14CD; }
a { background-color: rgb(94,20,205); }
div.DivClassName
{
background-color: #5E14CD;
}
.BgClassName
{
background-color: #5E14CD;
}
</style>
border-color css
<style>
span { border-color: #5E14CD; }
span { border-color: rgb(94,20,205); }
td.TdClassName
{
border-color: #5E14CD;
}
.TagClassName
{
border-color: #5E14CD;
}
</style>