Shades of Purple Heart #5E0CBA
Tints of Purple Heart #5E0CBA
RGB
CMYK
RGB Variations
Color information
#5E0CBA (or 0x5E0CBA) is known color: Purple Heart. HEX triplet: 5E, 0C and BA. RGB value is (94,12,186). Sum of RGB (Red+Green+Blue) = 94+12+186=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E0CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0CBA is #A1F345. Grayscale: #373737. Windows color (decimal): -10613574 or 12192862. OLE color: 12192862.
HSL color Cylindrical-coordinate representation of color #5E0CBA: hue angle of 268.28º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E0CBA is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 12 | 186 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.27 |
| HSL | 268.28º | 0.88% | 0.39% | - |
| HSV(B) | 268.28º | 0.94% | 0.73% | - |
| XYZ | 13.61 | 6.19 | 46.93 | - |
| YUV | 56.35 | 201.17 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 12 | 186 | 0.49 | 0.94 | 0 | 0.27 | 268.28 | 0.88 | 0.39 |
| Hex | 5E | C | BA | 31 | 5E | 0 | 1B | 10C | 58 | 27 |
| Octal | 136 | 14 | 272 | 61 | 136 | 0 | 33 | 414 | 130 | 47 |
| Binary | 1011110 | 1100 | 10111010 | 110001 | 1011110 | 0 | 11011 | 100001100 | 1011000 | 100111 |
Color Harmonies of #5E0CBA
Complementary color
Monochromatic Colors of #5E0CBA
Black with #5E0CBA
Text Example
Text Example
White with #5E0CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0CBA; }
p { color: rgb(94,12,186); }
H1.HeaderClassName
{
color: #5E0CBA;
}
.AnyTagClassName
{
color: #5E0CBA;
}
</style>
background-color css
<style>
a { background-color: #5E0CBA; }
a { background-color: rgb(94,12,186); }
div.DivClassName
{
background-color: #5E0CBA;
}
.BgClassName
{
background-color: #5E0CBA;
}
</style>
border-color css
<style>
span { border-color: #5E0CBA; }
span { border-color: rgb(94,12,186); }
td.TdClassName
{
border-color: #5E0CBA;
}
.TagClassName
{
border-color: #5E0CBA;
}
</style>