Shades of Purple Heart #5A17CA
Tints of Purple Heart #5A17CA
RGB
CMYK
RGB Variations
Color information
#5A17CA (or 0x5A17CA) is known color: Purple Heart. HEX triplet: 5A, 17 and CA. RGB value is (90,23,202). Sum of RGB (Red+Green+Blue) = 90+23+202=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A17CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A17CA is #A5E835. Grayscale: #3E3E3E. Windows color (decimal): -10872886 or 13244250. OLE color: 13244250.
HSL color Cylindrical-coordinate representation of color #5A17CA: hue angle of 262.46º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A17CA is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 23 | 202 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.21 |
| HSL | 262.46º | 0.8% | 0.44% | - |
| HSV(B) | 262.46º | 0.89% | 0.79% | - |
| XYZ | 15.18 | 7.05 | 56.44 | - |
| YUV | 63.44 | 206.2 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 23 | 202 | 0.55 | 0.89 | 0 | 0.21 | 262.46 | 0.8 | 0.44 |
| Hex | 5A | 17 | CA | 37 | 59 | 0 | 15 | 106 | 50 | 2C |
| Octal | 132 | 27 | 312 | 67 | 131 | 0 | 25 | 406 | 120 | 54 |
| Binary | 1011010 | 10111 | 11001010 | 110111 | 1011001 | 0 | 10101 | 100000110 | 1010000 | 101100 |
Color Harmonies of #5A17CA
Complementary color
Monochromatic Colors of #5A17CA
Black with #5A17CA
Text Example
Text Example
White with #5A17CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A17CA; }
p { color: rgb(90,23,202); }
H1.HeaderClassName
{
color: #5A17CA;
}
.AnyTagClassName
{
color: #5A17CA;
}
</style>
background-color css
<style>
a { background-color: #5A17CA; }
a { background-color: rgb(90,23,202); }
div.DivClassName
{
background-color: #5A17CA;
}
.BgClassName
{
background-color: #5A17CA;
}
</style>
border-color css
<style>
span { border-color: #5A17CA; }
span { border-color: rgb(90,23,202); }
td.TdClassName
{
border-color: #5A17CA;
}
.TagClassName
{
border-color: #5A17CA;
}
</style>