Shades of Purple Heart #5E2FBA
Tints of Purple Heart #5E2FBA
RGB
CMYK
RGB Variations
Color information
#5E2FBA (or 0x5E2FBA) is known color: Purple Heart. HEX triplet: 5E, 2F and BA. RGB value is (94,47,186). Sum of RGB (Red+Green+Blue) = 94+47+186=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E2FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2FBA is #A1D045. Grayscale: #4C4C4C. Windows color (decimal): -10604614 or 12201822. OLE color: 12201822.
HSL color Cylindrical-coordinate representation of color #5E2FBA: hue angle of 260.29º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E2FBA is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 47 | 186 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.27 |
| HSL | 260.29º | 0.6% | 0.46% | - |
| HSV(B) | 260.29º | 0.75% | 0.73% | - |
| XYZ | 14.5 | 7.96 | 47.23 | - |
| YUV | 76.9 | 189.57 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 47 | 186 | 0.49 | 0.75 | 0 | 0.27 | 260.29 | 0.6 | 0.46 |
| Hex | 5E | 2F | BA | 31 | 4B | 0 | 1B | 104 | 3C | 2E |
| Octal | 136 | 57 | 272 | 61 | 113 | 0 | 33 | 404 | 74 | 56 |
| Binary | 1011110 | 101111 | 10111010 | 110001 | 1001011 | 0 | 11011 | 100000100 | 111100 | 101110 |
Color Harmonies of #5E2FBA
Complementary color
Monochromatic Colors of #5E2FBA
Black with #5E2FBA
Text Example
Text Example
White with #5E2FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2FBA; }
p { color: rgb(94,47,186); }
H1.HeaderClassName
{
color: #5E2FBA;
}
.AnyTagClassName
{
color: #5E2FBA;
}
</style>
background-color css
<style>
a { background-color: #5E2FBA; }
a { background-color: rgb(94,47,186); }
div.DivClassName
{
background-color: #5E2FBA;
}
.BgClassName
{
background-color: #5E2FBA;
}
</style>
border-color css
<style>
span { border-color: #5E2FBA; }
span { border-color: rgb(94,47,186); }
td.TdClassName
{
border-color: #5E2FBA;
}
.TagClassName
{
border-color: #5E2FBA;
}
</style>