Shades of Purple Heart #5E43BF
Tints of Purple Heart #5E43BF
RGB
CMYK
RGB Variations
Color information
#5E43BF (or 0x5E43BF) is known color: Purple Heart. HEX triplet: 5E, 43 and BF. RGB value is (94,67,191). Sum of RGB (Red+Green+Blue) = 94+67+191=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E43BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E43BF is #A1BC40. Grayscale: #585858. Windows color (decimal): -10599489 or 12534622. OLE color: 12534622.
HSL color Cylindrical-coordinate representation of color #5E43BF: hue angle of 253.06º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E43BF is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 67 | 191 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.25 |
| HSL | 253.06º | 0.49% | 0.51% | - |
| HSV(B) | 253.06º | 0.65% | 0.75% | - |
| XYZ | 16.03 | 10.16 | 50.41 | - |
| YUV | 89.21 | 185.45 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 67 | 191 | 0.51 | 0.65 | 0 | 0.25 | 253.06 | 0.49 | 0.51 |
| Hex | 5E | 43 | BF | 33 | 41 | 0 | 19 | FD | 31 | 33 |
| Octal | 136 | 103 | 277 | 63 | 101 | 0 | 31 | 375 | 61 | 63 |
| Binary | 1011110 | 1000011 | 10111111 | 110011 | 1000001 | 0 | 11001 | 11111101 | 110001 | 110011 |
Color Harmonies of #5E43BF
Complementary color
Monochromatic Colors of #5E43BF
Black with #5E43BF
Text Example
Text Example
White with #5E43BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E43BF; }
p { color: rgb(94,67,191); }
H1.HeaderClassName
{
color: #5E43BF;
}
.AnyTagClassName
{
color: #5E43BF;
}
</style>
background-color css
<style>
a { background-color: #5E43BF; }
a { background-color: rgb(94,67,191); }
div.DivClassName
{
background-color: #5E43BF;
}
.BgClassName
{
background-color: #5E43BF;
}
</style>
border-color css
<style>
span { border-color: #5E43BF; }
span { border-color: rgb(94,67,191); }
td.TdClassName
{
border-color: #5E43BF;
}
.TagClassName
{
border-color: #5E43BF;
}
</style>