Shades of Purple Heart #5E3FBE
Tints of Purple Heart #5E3FBE
RGB
CMYK
RGB Variations
Color information
#5E3FBE (or 0x5E3FBE) is known color: Purple Heart. HEX triplet: 5E, 3F and BE. RGB value is (94,63,190). Sum of RGB (Red+Green+Blue) = 94+63+190=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E3FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3FBE is #A1C041. Grayscale: #565656. Windows color (decimal): -10600514 or 12468062. OLE color: 12468062.
HSL color Cylindrical-coordinate representation of color #5E3FBE: hue angle of 254.65º 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 #5E3FBE is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 63 | 190 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.25 |
| HSL | 254.65º | 0.5% | 0.5% | - |
| HSV(B) | 254.65º | 0.67% | 0.75% | - |
| XYZ | 15.69 | 9.65 | 49.75 | - |
| YUV | 86.75 | 186.27 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 63 | 190 | 0.51 | 0.67 | 0 | 0.25 | 254.65 | 0.5 | 0.5 |
| Hex | 5E | 3F | BE | 33 | 43 | 0 | 19 | FF | 32 | 32 |
| Octal | 136 | 77 | 276 | 63 | 103 | 0 | 31 | 377 | 62 | 62 |
| Binary | 1011110 | 111111 | 10111110 | 110011 | 1000011 | 0 | 11001 | 11111111 | 110010 | 110010 |
Color Harmonies of #5E3FBE
Complementary color
Monochromatic Colors of #5E3FBE
Black with #5E3FBE
Text Example
Text Example
White with #5E3FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3FBE; }
p { color: rgb(94,63,190); }
H1.HeaderClassName
{
color: #5E3FBE;
}
.AnyTagClassName
{
color: #5E3FBE;
}
</style>
background-color css
<style>
a { background-color: #5E3FBE; }
a { background-color: rgb(94,63,190); }
div.DivClassName
{
background-color: #5E3FBE;
}
.BgClassName
{
background-color: #5E3FBE;
}
</style>
border-color css
<style>
span { border-color: #5E3FBE; }
span { border-color: rgb(94,63,190); }
td.TdClassName
{
border-color: #5E3FBE;
}
.TagClassName
{
border-color: #5E3FBE;
}
</style>