Shades of Purple Heart #5E14B4
Tints of Purple Heart #5E14B4
RGB
CMYK
RGB Variations
Color information
#5E14B4 (or 0x5E14B4) is known color: Purple Heart. HEX triplet: 5E, 14 and B4. RGB value is (94,20,180). Sum of RGB (Red+Green+Blue) = 94+20+180=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 180 (70.70% from 255 or 61.22% from 294); Max value from RGB is 180 - color contains mainly: blue. Hex color #5E14B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E14B4 is #A1EB4B. Grayscale: #3B3B3B. Windows color (decimal): -10611532 or 11801694. OLE color: 11801694.
HSL color Cylindrical-coordinate representation of color #5E14B4: hue angle of 267.75º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E14B4 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 94 | 20 | 180 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.29 |
| HSL | 267.75º | 0.8% | 0.39% | - |
| HSV(B) | 267.75º | 0.89% | 0.71% | - |
| XYZ | 13.1 | 6.18 | 43.68 | - |
| YUV | 60.37 | 195.52 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 180 | 0.48 | 0.89 | 0 | 0.29 | 267.75 | 0.8 | 0.39 |
| Hex | 5E | 14 | B4 | 30 | 59 | 0 | 1D | 10C | 50 | 27 |
| Octal | 136 | 24 | 264 | 60 | 131 | 0 | 35 | 414 | 120 | 47 |
| Binary | 1011110 | 10100 | 10110100 | 110000 | 1011001 | 0 | 11101 | 100001100 | 1010000 | 100111 |
Color Harmonies of #5E14B4
Complementary color
Monochromatic Colors of #5E14B4
Black with #5E14B4
Text Example
Text Example
White with #5E14B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E14B4; }
p { color: rgb(94,20,180); }
H1.HeaderClassName
{
color: #5E14B4;
}
.AnyTagClassName
{
color: #5E14B4;
}
</style>
background-color css
<style>
a { background-color: #5E14B4; }
a { background-color: rgb(94,20,180); }
div.DivClassName
{
background-color: #5E14B4;
}
.BgClassName
{
background-color: #5E14B4;
}
</style>
border-color css
<style>
span { border-color: #5E14B4; }
span { border-color: rgb(94,20,180); }
td.TdClassName
{
border-color: #5E14B4;
}
.TagClassName
{
border-color: #5E14B4;
}
</style>