Shades of Purple Heart #5E41C5
Tints of Purple Heart #5E41C5
RGB
CMYK
RGB Variations
Color information
#5E41C5 (or 0x5E41C5) is known color: Purple Heart. HEX triplet: 5E, 41 and C5. RGB value is (94,65,197). Sum of RGB (Red+Green+Blue) = 94+65+197=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 197 (77.34% from 255 or 55.34% from 356); Max value from RGB is 197 - color contains mainly: blue. Hex color #5E41C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E41C5 is #A1BE3A. Grayscale: #585858. Windows color (decimal): -10599995 or 12927326. OLE color: 12927326.
HSL color Cylindrical-coordinate representation of color #5E41C5: hue angle of 253.18º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E41C5 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 65 | 197 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.23 |
| HSL | 253.18º | 0.53% | 0.51% | - |
| HSV(B) | 253.18º | 0.67% | 0.77% | - |
| XYZ | 16.58 | 10.19 | 53.92 | - |
| YUV | 88.72 | 189.11 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 197 | 0.52 | 0.67 | 0 | 0.23 | 253.18 | 0.53 | 0.51 |
| Hex | 5E | 41 | C5 | 34 | 43 | 0 | 17 | FD | 35 | 33 |
| Octal | 136 | 101 | 305 | 64 | 103 | 0 | 27 | 375 | 65 | 63 |
| Binary | 1011110 | 1000001 | 11000101 | 110100 | 1000011 | 0 | 10111 | 11111101 | 110101 | 110011 |
Color Harmonies of #5E41C5
Complementary color
Monochromatic Colors of #5E41C5
Black with #5E41C5
Text Example
Text Example
White with #5E41C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E41C5; }
p { color: rgb(94,65,197); }
H1.HeaderClassName
{
color: #5E41C5;
}
.AnyTagClassName
{
color: #5E41C5;
}
</style>
background-color css
<style>
a { background-color: #5E41C5; }
a { background-color: rgb(94,65,197); }
div.DivClassName
{
background-color: #5E41C5;
}
.BgClassName
{
background-color: #5E41C5;
}
</style>
border-color css
<style>
span { border-color: #5E41C5; }
span { border-color: rgb(94,65,197); }
td.TdClassName
{
border-color: #5E41C5;
}
.TagClassName
{
border-color: #5E41C5;
}
</style>