Shades of Purple Heart #5A37AD
Tints of Purple Heart #5A37AD
RGB
CMYK
RGB Variations
Color information
#5A37AD (or 0x5A37AD) is known color: Purple Heart. HEX triplet: 5A, 37 and AD. RGB value is (90,55,173). Sum of RGB (Red+Green+Blue) = 90+55+173=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A37AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A37AD is #A5C852. Grayscale: #4E4E4E. Windows color (decimal): -10864723 or 11351898. OLE color: 11351898.
HSL color Cylindrical-coordinate representation of color #5A37AD: hue angle of 257.8º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A37AD is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 55 | 173 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.32 |
| HSL | 257.8º | 0.52% | 0.45% | - |
| HSV(B) | 257.8º | 0.68% | 0.68% | - |
| XYZ | 13.13 | 7.92 | 40.37 | - |
| YUV | 78.92 | 181.1 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 55 | 173 | 0.48 | 0.68 | 0 | 0.32 | 257.8 | 0.52 | 0.45 |
| Hex | 5A | 37 | AD | 30 | 44 | 0 | 20 | 102 | 34 | 2D |
| Octal | 132 | 67 | 255 | 60 | 104 | 0 | 40 | 402 | 64 | 55 |
| Binary | 1011010 | 110111 | 10101101 | 110000 | 1000100 | 0 | 100000 | 100000010 | 110100 | 101101 |
Color Harmonies of #5A37AD
Complementary color
Monochromatic Colors of #5A37AD
Black with #5A37AD
Text Example
Text Example
White with #5A37AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A37AD; }
p { color: rgb(90,55,173); }
H1.HeaderClassName
{
color: #5A37AD;
}
.AnyTagClassName
{
color: #5A37AD;
}
</style>
background-color css
<style>
a { background-color: #5A37AD; }
a { background-color: rgb(90,55,173); }
div.DivClassName
{
background-color: #5A37AD;
}
.BgClassName
{
background-color: #5A37AD;
}
</style>
border-color css
<style>
span { border-color: #5A37AD; }
span { border-color: rgb(90,55,173); }
td.TdClassName
{
border-color: #5A37AD;
}
.TagClassName
{
border-color: #5A37AD;
}
</style>