Shades of Purple Heart #5E31CA
Tints of Purple Heart #5E31CA
RGB
CMYK
RGB Variations
Color information
#5E31CA (or 0x5E31CA) is known color: Purple Heart. HEX triplet: 5E, 31 and CA. RGB value is (94,49,202). Sum of RGB (Red+Green+Blue) = 94+49+202=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E31CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E31CA is #A1CE35. Grayscale: #4F4F4F. Windows color (decimal): -10604086 or 13250910. OLE color: 13250910.
HSL color Cylindrical-coordinate representation of color #5E31CA: hue angle of 257.65º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E31CA is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 49 | 202 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.21 |
| HSL | 257.65º | 0.61% | 0.49% | - |
| HSV(B) | 257.65º | 0.76% | 0.79% | - |
| XYZ | 16.38 | 8.84 | 56.72 | - |
| YUV | 79.9 | 196.91 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 49 | 202 | 0.53 | 0.76 | 0 | 0.21 | 257.65 | 0.61 | 0.49 |
| Hex | 5E | 31 | CA | 35 | 4C | 0 | 15 | 102 | 3D | 31 |
| Octal | 136 | 61 | 312 | 65 | 114 | 0 | 25 | 402 | 75 | 61 |
| Binary | 1011110 | 110001 | 11001010 | 110101 | 1001100 | 0 | 10101 | 100000010 | 111101 | 110001 |
Color Harmonies of #5E31CA
Complementary color
Monochromatic Colors of #5E31CA
Black with #5E31CA
Text Example
Text Example
White with #5E31CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E31CA; }
p { color: rgb(94,49,202); }
H1.HeaderClassName
{
color: #5E31CA;
}
.AnyTagClassName
{
color: #5E31CA;
}
</style>
background-color css
<style>
a { background-color: #5E31CA; }
a { background-color: rgb(94,49,202); }
div.DivClassName
{
background-color: #5E31CA;
}
.BgClassName
{
background-color: #5E31CA;
}
</style>
border-color css
<style>
span { border-color: #5E31CA; }
span { border-color: rgb(94,49,202); }
td.TdClassName
{
border-color: #5E31CA;
}
.TagClassName
{
border-color: #5E31CA;
}
</style>