Shades of Purple Heart #5E3FBC
Tints of Purple Heart #5E3FBC
RGB
CMYK
RGB Variations
Color information
#5E3FBC (or 0x5E3FBC) is known color: Purple Heart. HEX triplet: 5E, 3F and BC. RGB value is (94,63,188). Sum of RGB (Red+Green+Blue) = 94+63+188=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E3FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3FBC is #A1C043. Grayscale: #565656. Windows color (decimal): -10600516 or 12336990. OLE color: 12336990.
HSL color Cylindrical-coordinate representation of color #5E3FBC: hue angle of 254.88º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E3FBC is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 63 | 188 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.26 |
| HSL | 254.88º | 0.5% | 0.49% | - |
| HSV(B) | 254.88º | 0.66% | 0.74% | - |
| XYZ | 15.47 | 9.57 | 48.61 | - |
| YUV | 86.52 | 185.27 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 63 | 188 | 0.50 | 0.66 | 0 | 0.26 | 254.88 | 0.5 | 0.49 |
| Hex | 5E | 3F | BC | 32 | 42 | 0 | 1A | FF | 32 | 31 |
| Octal | 136 | 77 | 274 | 62 | 102 | 0 | 32 | 377 | 62 | 61 |
| Binary | 1011110 | 111111 | 10111100 | 110010 | 1000010 | 0 | 11010 | 11111111 | 110010 | 110001 |
Color Harmonies of #5E3FBC
Complementary color
Monochromatic Colors of #5E3FBC
Black with #5E3FBC
Text Example
Text Example
White with #5E3FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3FBC; }
p { color: rgb(94,63,188); }
H1.HeaderClassName
{
color: #5E3FBC;
}
.AnyTagClassName
{
color: #5E3FBC;
}
</style>
background-color css
<style>
a { background-color: #5E3FBC; }
a { background-color: rgb(94,63,188); }
div.DivClassName
{
background-color: #5E3FBC;
}
.BgClassName
{
background-color: #5E3FBC;
}
</style>
border-color css
<style>
span { border-color: #5E3FBC; }
span { border-color: rgb(94,63,188); }
td.TdClassName
{
border-color: #5E3FBC;
}
.TagClassName
{
border-color: #5E3FBC;
}
</style>