Shades of Purple Heart #5A1FD8
Tints of Purple Heart #5A1FD8
RGB
CMYK
RGB Variations
Color information
#5A1FD8 (or 0x5A1FD8) is known color: Purple Heart. HEX triplet: 5A, 1F and D8. RGB value is (90,31,216). Sum of RGB (Red+Green+Blue) = 90+31+216=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 216 (84.77% from 255 or 64.09% from 337); Max value from RGB is 216 - color contains mainly: blue. Hex color #5A1FD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1FD8 is #A5E027. Grayscale: #454545. Windows color (decimal): -10870824 or 14163802. OLE color: 14163802.
HSL color Cylindrical-coordinate representation of color #5A1FD8: hue angle of 259.14º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A1FD8 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 31 | 216 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.15 |
| HSL | 259.14º | 0.75% | 0.48% | - |
| HSV(B) | 259.14º | 0.86% | 0.85% | - |
| XYZ | 17.1 | 8.11 | 65.63 | - |
| YUV | 69.73 | 210.55 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 31 | 216 | 0.58 | 0.86 | 0 | 0.15 | 259.14 | 0.75 | 0.48 |
| Hex | 5A | 1F | D8 | 3A | 56 | 0 | F | 103 | 4B | 30 |
| Octal | 132 | 37 | 330 | 72 | 126 | 0 | 17 | 403 | 113 | 60 |
| Binary | 1011010 | 11111 | 11011000 | 111010 | 1010110 | 0 | 1111 | 100000011 | 1001011 | 110000 |
Color Harmonies of #5A1FD8
Complementary color
Monochromatic Colors of #5A1FD8
Black with #5A1FD8
Text Example
Text Example
White with #5A1FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1FD8; }
p { color: rgb(90,31,216); }
H1.HeaderClassName
{
color: #5A1FD8;
}
.AnyTagClassName
{
color: #5A1FD8;
}
</style>
background-color css
<style>
a { background-color: #5A1FD8; }
a { background-color: rgb(90,31,216); }
div.DivClassName
{
background-color: #5A1FD8;
}
.BgClassName
{
background-color: #5A1FD8;
}
</style>
border-color css
<style>
span { border-color: #5A1FD8; }
span { border-color: rgb(90,31,216); }
td.TdClassName
{
border-color: #5A1FD8;
}
.TagClassName
{
border-color: #5A1FD8;
}
</style>