Shades of Purple Heart #5E41CA
Tints of Purple Heart #5E41CA
RGB
CMYK
RGB Variations
Color information
#5E41CA (or 0x5E41CA) is known color: Purple Heart. HEX triplet: 5E, 41 and CA. RGB value is (94,65,202). Sum of RGB (Red+Green+Blue) = 94+65+202=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E41CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E41CA is #A1BE35. Grayscale: #585858. Windows color (decimal): -10599990 or 13255006. OLE color: 13255006.
HSL color Cylindrical-coordinate representation of color #5E41CA: hue angle of 252.7º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E41CA is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 65 | 202 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.21 |
| HSL | 252.7º | 0.56% | 0.52% | - |
| HSV(B) | 252.7º | 0.68% | 0.79% | - |
| XYZ | 17.17 | 10.42 | 56.98 | - |
| YUV | 89.29 | 191.61 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 202 | 0.53 | 0.68 | 0 | 0.21 | 252.7 | 0.56 | 0.52 |
| Hex | 5E | 41 | CA | 35 | 44 | 0 | 15 | FD | 38 | 34 |
| Octal | 136 | 101 | 312 | 65 | 104 | 0 | 25 | 375 | 70 | 64 |
| Binary | 1011110 | 1000001 | 11001010 | 110101 | 1000100 | 0 | 10101 | 11111101 | 111000 | 110100 |
Color Harmonies of #5E41CA
Complementary color
Monochromatic Colors of #5E41CA
Black with #5E41CA
Text Example
Text Example
White with #5E41CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E41CA; }
p { color: rgb(94,65,202); }
H1.HeaderClassName
{
color: #5E41CA;
}
.AnyTagClassName
{
color: #5E41CA;
}
</style>
background-color css
<style>
a { background-color: #5E41CA; }
a { background-color: rgb(94,65,202); }
div.DivClassName
{
background-color: #5E41CA;
}
.BgClassName
{
background-color: #5E41CA;
}
</style>
border-color css
<style>
span { border-color: #5E41CA; }
span { border-color: rgb(94,65,202); }
td.TdClassName
{
border-color: #5E41CA;
}
.TagClassName
{
border-color: #5E41CA;
}
</style>