Shades of Purple Heart #5E3FCE
Tints of Purple Heart #5E3FCE
RGB
CMYK
RGB Variations
Color information
#5E3FCE (or 0x5E3FCE) is known color: Purple Heart. HEX triplet: 5E, 3F and CE. RGB value is (94,63,206). Sum of RGB (Red+Green+Blue) = 94+63+206=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E3FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3FCE is #A1C031. Grayscale: #585858. Windows color (decimal): -10600498 or 13516638. OLE color: 13516638.
HSL color Cylindrical-coordinate representation of color #5E3FCE: hue angle of 253.01º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E3FCE is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 63 | 206 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.19 |
| HSL | 253.01º | 0.59% | 0.53% | - |
| HSV(B) | 253.01º | 0.69% | 0.81% | - |
| XYZ | 17.53 | 10.39 | 59.47 | - |
| YUV | 88.57 | 194.27 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 63 | 206 | 0.54 | 0.69 | 0 | 0.19 | 253.01 | 0.59 | 0.53 |
| Hex | 5E | 3F | CE | 36 | 45 | 0 | 13 | FD | 3B | 35 |
| Octal | 136 | 77 | 316 | 66 | 105 | 0 | 23 | 375 | 73 | 65 |
| Binary | 1011110 | 111111 | 11001110 | 110110 | 1000101 | 0 | 10011 | 11111101 | 111011 | 110101 |
Color Harmonies of #5E3FCE
Complementary color
Monochromatic Colors of #5E3FCE
Black with #5E3FCE
Text Example
Text Example
White with #5E3FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3FCE; }
p { color: rgb(94,63,206); }
H1.HeaderClassName
{
color: #5E3FCE;
}
.AnyTagClassName
{
color: #5E3FCE;
}
</style>
background-color css
<style>
a { background-color: #5E3FCE; }
a { background-color: rgb(94,63,206); }
div.DivClassName
{
background-color: #5E3FCE;
}
.BgClassName
{
background-color: #5E3FCE;
}
</style>
border-color css
<style>
span { border-color: #5E3FCE; }
span { border-color: rgb(94,63,206); }
td.TdClassName
{
border-color: #5E3FCE;
}
.TagClassName
{
border-color: #5E3FCE;
}
</style>