Shades of Purple Heart #5E3FC6
Tints of Purple Heart #5E3FC6
RGB
CMYK
RGB Variations
Color information
#5E3FC6 (or 0x5E3FC6) is known color: Purple Heart. HEX triplet: 5E, 3F and C6. RGB value is (94,63,198). Sum of RGB (Red+Green+Blue) = 94+63+198=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 198 (77.73% from 255 or 55.77% from 355); Max value from RGB is 198 - color contains mainly: blue. Hex color #5E3FC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3FC6 is #A1C039. Grayscale: #575757. Windows color (decimal): -10600506 or 12992350. OLE color: 12992350.
HSL color Cylindrical-coordinate representation of color #5E3FC6: hue angle of 253.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E3FC6 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 63 | 198 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.22 |
| HSL | 253.78º | 0.54% | 0.51% | - |
| HSV(B) | 253.78º | 0.68% | 0.78% | - |
| XYZ | 16.59 | 10.01 | 54.48 | - |
| YUV | 87.66 | 190.27 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 63 | 198 | 0.53 | 0.68 | 0 | 0.22 | 253.78 | 0.54 | 0.51 |
| Hex | 5E | 3F | C6 | 35 | 44 | 0 | 16 | FE | 36 | 33 |
| Octal | 136 | 77 | 306 | 65 | 104 | 0 | 26 | 376 | 66 | 63 |
| Binary | 1011110 | 111111 | 11000110 | 110101 | 1000100 | 0 | 10110 | 11111110 | 110110 | 110011 |
Color Harmonies of #5E3FC6
Complementary color
Monochromatic Colors of #5E3FC6
Black with #5E3FC6
Text Example
Text Example
White with #5E3FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3FC6; }
p { color: rgb(94,63,198); }
H1.HeaderClassName
{
color: #5E3FC6;
}
.AnyTagClassName
{
color: #5E3FC6;
}
</style>
background-color css
<style>
a { background-color: #5E3FC6; }
a { background-color: rgb(94,63,198); }
div.DivClassName
{
background-color: #5E3FC6;
}
.BgClassName
{
background-color: #5E3FC6;
}
</style>
border-color css
<style>
span { border-color: #5E3FC6; }
span { border-color: rgb(94,63,198); }
td.TdClassName
{
border-color: #5E3FC6;
}
.TagClassName
{
border-color: #5E3FC6;
}
</style>