Shades of Purple Heart #5E1FBA
Tints of Purple Heart #5E1FBA
RGB
CMYK
RGB Variations
Color information
#5E1FBA (or 0x5E1FBA) is known color: Purple Heart. HEX triplet: 5E, 1F and BA. RGB value is (94,31,186). Sum of RGB (Red+Green+Blue) = 94+31+186=311 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.23% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E1FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E1FBA is #A1E045. Grayscale: #424242. Windows color (decimal): -10608710 or 12197726. OLE color: 12197726.
HSL color Cylindrical-coordinate representation of color #5E1FBA: hue angle of 264.39º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E1FBA is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 31 | 186 | - |
| CMYK | 0.49 | 0.83 | 0 | 0.27 |
| HSL | 264.39º | 0.71% | 0.43% | - |
| HSV(B) | 264.39º | 0.83% | 0.73% | - |
| XYZ | 13.97 | 6.9 | 47.05 | - |
| YUV | 67.51 | 194.87 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 31 | 186 | 0.49 | 0.83 | 0 | 0.27 | 264.39 | 0.71 | 0.43 |
| Hex | 5E | 1F | BA | 31 | 53 | 0 | 1B | 108 | 47 | 2B |
| Octal | 136 | 37 | 272 | 61 | 123 | 0 | 33 | 410 | 107 | 53 |
| Binary | 1011110 | 11111 | 10111010 | 110001 | 1010011 | 0 | 11011 | 100001000 | 1000111 | 101011 |
Color Harmonies of #5E1FBA
Complementary color
Monochromatic Colors of #5E1FBA
Black with #5E1FBA
Text Example
Text Example
White with #5E1FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1FBA; }
p { color: rgb(94,31,186); }
H1.HeaderClassName
{
color: #5E1FBA;
}
.AnyTagClassName
{
color: #5E1FBA;
}
</style>
background-color css
<style>
a { background-color: #5E1FBA; }
a { background-color: rgb(94,31,186); }
div.DivClassName
{
background-color: #5E1FBA;
}
.BgClassName
{
background-color: #5E1FBA;
}
</style>
border-color css
<style>
span { border-color: #5E1FBA; }
span { border-color: rgb(94,31,186); }
td.TdClassName
{
border-color: #5E1FBA;
}
.TagClassName
{
border-color: #5E1FBA;
}
</style>