Shades of Purple Heart #5A1FA5
Tints of Purple Heart #5A1FA5
RGB
CMYK
RGB Variations
Color information
#5A1FA5 (or 0x5A1FA5) is known color: Purple Heart. HEX triplet: 5A, 1F and A5. RGB value is (90,31,165). Sum of RGB (Red+Green+Blue) = 90+31+165=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 165 (64.84% from 255 or 57.69% from 286); Max value from RGB is 165 - color contains mainly: blue. Hex color #5A1FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1FA5 is #A5E05A. Grayscale: #3F3F3F. Windows color (decimal): -10870875 or 10821466. OLE color: 10821466.
HSL color Cylindrical-coordinate representation of color #5A1FA5: hue angle of 266.42º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A1FA5 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 90 | 31 | 165 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.35 |
| HSL | 266.42º | 0.68% | 0.38% | - |
| HSV(B) | 266.42º | 0.81% | 0.65% | - |
| XYZ | 11.5 | 5.87 | 36.12 | - |
| YUV | 63.92 | 185.05 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 31 | 165 | 0.45 | 0.81 | 0 | 0.35 | 266.42 | 0.68 | 0.38 |
| Hex | 5A | 1F | A5 | 2D | 51 | 0 | 23 | 10A | 44 | 26 |
| Octal | 132 | 37 | 245 | 55 | 121 | 0 | 43 | 412 | 104 | 46 |
| Binary | 1011010 | 11111 | 10100101 | 101101 | 1010001 | 0 | 100011 | 100001010 | 1000100 | 100110 |
Color Harmonies of #5A1FA5
Complementary color
Monochromatic Colors of #5A1FA5
Black with #5A1FA5
Text Example
Text Example
White with #5A1FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1FA5; }
p { color: rgb(90,31,165); }
H1.HeaderClassName
{
color: #5A1FA5;
}
.AnyTagClassName
{
color: #5A1FA5;
}
</style>
background-color css
<style>
a { background-color: #5A1FA5; }
a { background-color: rgb(90,31,165); }
div.DivClassName
{
background-color: #5A1FA5;
}
.BgClassName
{
background-color: #5A1FA5;
}
</style>
border-color css
<style>
span { border-color: #5A1FA5; }
span { border-color: rgb(90,31,165); }
td.TdClassName
{
border-color: #5A1FA5;
}
.TagClassName
{
border-color: #5A1FA5;
}
</style>