Shades of Purple Heart #5A40CA
Tints of Purple Heart #5A40CA
RGB
CMYK
RGB Variations
Color information
#5A40CA (or 0x5A40CA) is known color: Purple Heart. HEX triplet: 5A, 40 and CA. RGB value is (90,64,202). Sum of RGB (Red+Green+Blue) = 90+64+202=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A40CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A40CA is #A5BF35. Grayscale: #565656. Windows color (decimal): -10862390 or 13254746. OLE color: 13254746.
HSL color Cylindrical-coordinate representation of color #5A40CA: hue angle of 251.3º degrees, saturation: 0.57, 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 #5A40CA is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 64 | 202 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.21 |
| HSL | 251.3º | 0.57% | 0.52% | - |
| HSV(B) | 251.3º | 0.68% | 0.79% | - |
| XYZ | 16.71 | 10.1 | 56.95 | - |
| YUV | 87.51 | 192.61 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 202 | 0.55 | 0.68 | 0 | 0.21 | 251.3 | 0.57 | 0.52 |
| Hex | 5A | 40 | CA | 37 | 44 | 0 | 15 | FB | 39 | 34 |
| Octal | 132 | 100 | 312 | 67 | 104 | 0 | 25 | 373 | 71 | 64 |
| Binary | 1011010 | 1000000 | 11001010 | 110111 | 1000100 | 0 | 10101 | 11111011 | 111001 | 110100 |
Color Harmonies of #5A40CA
Complementary color
Monochromatic Colors of #5A40CA
Black with #5A40CA
Text Example
Text Example
White with #5A40CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A40CA; }
p { color: rgb(90,64,202); }
H1.HeaderClassName
{
color: #5A40CA;
}
.AnyTagClassName
{
color: #5A40CA;
}
</style>
background-color css
<style>
a { background-color: #5A40CA; }
a { background-color: rgb(90,64,202); }
div.DivClassName
{
background-color: #5A40CA;
}
.BgClassName
{
background-color: #5A40CA;
}
</style>
border-color css
<style>
span { border-color: #5A40CA; }
span { border-color: rgb(90,64,202); }
td.TdClassName
{
border-color: #5A40CA;
}
.TagClassName
{
border-color: #5A40CA;
}
</style>