Shades of Purple Heart #5A37DF
Tints of Purple Heart #5A37DF
RGB
CMYK
RGB Variations
Color information
#5A37DF (or 0x5A37DF) is known color: Purple Heart. HEX triplet: 5A, 37 and DF. RGB value is (90,55,223). Sum of RGB (Red+Green+Blue) = 90+55+223=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A37DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A37DF is #A5C820. Grayscale: #535353. Windows color (decimal): -10864673 or 14628698. OLE color: 14628698.
HSL color Cylindrical-coordinate representation of color #5A37DF: hue angle of 252.5º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A37DF is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 55 | 223 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.13 |
| HSL | 252.5º | 0.72% | 0.55% | - |
| HSV(B) | 252.5º | 0.75% | 0.87% | - |
| XYZ | 18.9 | 10.23 | 70.79 | - |
| YUV | 84.62 | 206.1 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 55 | 223 | 0.60 | 0.75 | 0 | 0.13 | 252.5 | 0.72 | 0.55 |
| Hex | 5A | 37 | DF | 3C | 4B | 0 | D | FD | 48 | 37 |
| Octal | 132 | 67 | 337 | 74 | 113 | 0 | 15 | 375 | 110 | 67 |
| Binary | 1011010 | 110111 | 11011111 | 111100 | 1001011 | 0 | 1101 | 11111101 | 1001000 | 110111 |
Color Harmonies of #5A37DF
Complementary color
Monochromatic Colors of #5A37DF
Black with #5A37DF
Text Example
Text Example
White with #5A37DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A37DF; }
p { color: rgb(90,55,223); }
H1.HeaderClassName
{
color: #5A37DF;
}
.AnyTagClassName
{
color: #5A37DF;
}
</style>
background-color css
<style>
a { background-color: #5A37DF; }
a { background-color: rgb(90,55,223); }
div.DivClassName
{
background-color: #5A37DF;
}
.BgClassName
{
background-color: #5A37DF;
}
</style>
border-color css
<style>
span { border-color: #5A37DF; }
span { border-color: rgb(90,55,223); }
td.TdClassName
{
border-color: #5A37DF;
}
.TagClassName
{
border-color: #5A37DF;
}
</style>