Shades of Purple Heart #5A1FC9
Tints of Purple Heart #5A1FC9
RGB
CMYK
RGB Variations
Color information
#5A1FC9 (or 0x5A1FC9) is known color: Purple Heart. HEX triplet: 5A, 1F and C9. RGB value is (90,31,201). Sum of RGB (Red+Green+Blue) = 90+31+201=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 201 (78.91% from 255 or 62.42% from 322); Max value from RGB is 201 - color contains mainly: blue. Hex color #5A1FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1FC9 is #A5E036. Grayscale: #434343. Windows color (decimal): -10870839 or 13180762. OLE color: 13180762.
HSL color Cylindrical-coordinate representation of color #5A1FC9: hue angle of 260.82º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A1FC9 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 31 | 201 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.21 |
| HSL | 260.82º | 0.73% | 0.45% | - |
| HSV(B) | 260.82º | 0.85% | 0.79% | - |
| XYZ | 15.25 | 7.37 | 55.88 | - |
| YUV | 68.02 | 203.05 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 31 | 201 | 0.55 | 0.85 | 0 | 0.21 | 260.82 | 0.73 | 0.45 |
| Hex | 5A | 1F | C9 | 37 | 55 | 0 | 15 | 105 | 49 | 2D |
| Octal | 132 | 37 | 311 | 67 | 125 | 0 | 25 | 405 | 111 | 55 |
| Binary | 1011010 | 11111 | 11001001 | 110111 | 1010101 | 0 | 10101 | 100000101 | 1001001 | 101101 |
Color Harmonies of #5A1FC9
Complementary color
Monochromatic Colors of #5A1FC9
Black with #5A1FC9
Text Example
Text Example
White with #5A1FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1FC9; }
p { color: rgb(90,31,201); }
H1.HeaderClassName
{
color: #5A1FC9;
}
.AnyTagClassName
{
color: #5A1FC9;
}
</style>
background-color css
<style>
a { background-color: #5A1FC9; }
a { background-color: rgb(90,31,201); }
div.DivClassName
{
background-color: #5A1FC9;
}
.BgClassName
{
background-color: #5A1FC9;
}
</style>
border-color css
<style>
span { border-color: #5A1FC9; }
span { border-color: rgb(90,31,201); }
td.TdClassName
{
border-color: #5A1FC9;
}
.TagClassName
{
border-color: #5A1FC9;
}
</style>