Shades of Purple Heart #5E3FC8
Tints of Purple Heart #5E3FC8
RGB
CMYK
RGB Variations
Color information
#5E3FC8 (or 0x5E3FC8) is known color: Purple Heart. HEX triplet: 5E, 3F and C8. RGB value is (94,63,200). Sum of RGB (Red+Green+Blue) = 94+63+200=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 200 (78.52% from 255 or 56.02% from 357); Max value from RGB is 200 - color contains mainly: blue. Hex color #5E3FC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3FC8 is #A1C037. Grayscale: #575757. Windows color (decimal): -10600504 or 13123422. OLE color: 13123422.
HSL color Cylindrical-coordinate representation of color #5E3FC8: hue angle of 253.58º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E3FC8 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 63 | 200 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.22 |
| HSL | 253.58º | 0.55% | 0.52% | - |
| HSV(B) | 253.58º | 0.69% | 0.78% | - |
| XYZ | 16.82 | 10.1 | 55.71 | - |
| YUV | 87.89 | 191.27 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 63 | 200 | 0.53 | 0.68 | 0 | 0.22 | 253.58 | 0.55 | 0.52 |
| Hex | 5E | 3F | C8 | 35 | 44 | 0 | 16 | FE | 37 | 34 |
| Octal | 136 | 77 | 310 | 65 | 104 | 0 | 26 | 376 | 67 | 64 |
| Binary | 1011110 | 111111 | 11001000 | 110101 | 1000100 | 0 | 10110 | 11111110 | 110111 | 110100 |
Color Harmonies of #5E3FC8
Complementary color
Monochromatic Colors of #5E3FC8
Black with #5E3FC8
Text Example
Text Example
White with #5E3FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3FC8; }
p { color: rgb(94,63,200); }
H1.HeaderClassName
{
color: #5E3FC8;
}
.AnyTagClassName
{
color: #5E3FC8;
}
</style>
background-color css
<style>
a { background-color: #5E3FC8; }
a { background-color: rgb(94,63,200); }
div.DivClassName
{
background-color: #5E3FC8;
}
.BgClassName
{
background-color: #5E3FC8;
}
</style>
border-color css
<style>
span { border-color: #5E3FC8; }
span { border-color: rgb(94,63,200); }
td.TdClassName
{
border-color: #5E3FC8;
}
.TagClassName
{
border-color: #5E3FC8;
}
</style>