Shades of Purple Heart #5E3FBF
Tints of Purple Heart #5E3FBF
RGB
CMYK
RGB Variations
Color information
#5E3FBF (or 0x5E3FBF) is known color: Purple Heart. HEX triplet: 5E, 3F and BF. RGB value is (94,63,191). Sum of RGB (Red+Green+Blue) = 94+63+191=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E3FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3FBF is #A1C040. Grayscale: #565656. Windows color (decimal): -10600513 or 12533598. OLE color: 12533598.
HSL color Cylindrical-coordinate representation of color #5E3FBF: hue angle of 254.53º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E3FBF is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 63 | 191 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.25 |
| HSL | 254.53º | 0.5% | 0.5% | - |
| HSV(B) | 254.53º | 0.67% | 0.75% | - |
| XYZ | 15.8 | 9.7 | 50.33 | - |
| YUV | 86.86 | 186.77 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 63 | 191 | 0.51 | 0.67 | 0 | 0.25 | 254.53 | 0.5 | 0.5 |
| Hex | 5E | 3F | BF | 33 | 43 | 0 | 19 | FF | 32 | 32 |
| Octal | 136 | 77 | 277 | 63 | 103 | 0 | 31 | 377 | 62 | 62 |
| Binary | 1011110 | 111111 | 10111111 | 110011 | 1000011 | 0 | 11001 | 11111111 | 110010 | 110010 |
Color Harmonies of #5E3FBF
Complementary color
Monochromatic Colors of #5E3FBF
Black with #5E3FBF
Text Example
Text Example
White with #5E3FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3FBF; }
p { color: rgb(94,63,191); }
H1.HeaderClassName
{
color: #5E3FBF;
}
.AnyTagClassName
{
color: #5E3FBF;
}
</style>
background-color css
<style>
a { background-color: #5E3FBF; }
a { background-color: rgb(94,63,191); }
div.DivClassName
{
background-color: #5E3FBF;
}
.BgClassName
{
background-color: #5E3FBF;
}
</style>
border-color css
<style>
span { border-color: #5E3FBF; }
span { border-color: rgb(94,63,191); }
td.TdClassName
{
border-color: #5E3FBF;
}
.TagClassName
{
border-color: #5E3FBF;
}
</style>