Shades of Purple Heart #5A31CA
Tints of Purple Heart #5A31CA
RGB
CMYK
RGB Variations
Color information
#5A31CA (or 0x5A31CA) is known color: Purple Heart. HEX triplet: 5A, 31 and CA. RGB value is (90,49,202). Sum of RGB (Red+Green+Blue) = 90+49+202=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A31CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A31CA is #A5CE35. Grayscale: #4E4E4E. Windows color (decimal): -10866230 or 13250906. OLE color: 13250906.
HSL color Cylindrical-coordinate representation of color #5A31CA: hue angle of 256.08º 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 #5A31CA is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 49 | 202 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.21 |
| HSL | 256.08º | 0.61% | 0.49% | - |
| HSV(B) | 256.08º | 0.76% | 0.79% | - |
| XYZ | 15.98 | 8.63 | 56.7 | - |
| YUV | 78.7 | 197.58 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 49 | 202 | 0.55 | 0.76 | 0 | 0.21 | 256.08 | 0.61 | 0.49 |
| Hex | 5A | 31 | CA | 37 | 4C | 0 | 15 | 100 | 3D | 31 |
| Octal | 132 | 61 | 312 | 67 | 114 | 0 | 25 | 400 | 75 | 61 |
| Binary | 1011010 | 110001 | 11001010 | 110111 | 1001100 | 0 | 10101 | 100000000 | 111101 | 110001 |
Color Harmonies of #5A31CA
Complementary color
Monochromatic Colors of #5A31CA
Black with #5A31CA
Text Example
Text Example
White with #5A31CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A31CA; }
p { color: rgb(90,49,202); }
H1.HeaderClassName
{
color: #5A31CA;
}
.AnyTagClassName
{
color: #5A31CA;
}
</style>
background-color css
<style>
a { background-color: #5A31CA; }
a { background-color: rgb(90,49,202); }
div.DivClassName
{
background-color: #5A31CA;
}
.BgClassName
{
background-color: #5A31CA;
}
</style>
border-color css
<style>
span { border-color: #5A31CA; }
span { border-color: rgb(90,49,202); }
td.TdClassName
{
border-color: #5A31CA;
}
.TagClassName
{
border-color: #5A31CA;
}
</style>