Shades of Purple Heart #5A1BC9
Tints of Purple Heart #5A1BC9
RGB
CMYK
RGB Variations
Color information
#5A1BC9 (or 0x5A1BC9) is known color: Purple Heart. HEX triplet: 5A, 1B and C9. RGB value is (90,27,201). Sum of RGB (Red+Green+Blue) = 90+27+201=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 201 (78.91% from 255 or 63.21% from 318); Max value from RGB is 201 - color contains mainly: blue. Hex color #5A1BC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1BC9 is #A5E436. Grayscale: #414141. Windows color (decimal): -10871863 or 13179738. OLE color: 13179738.
HSL color Cylindrical-coordinate representation of color #5A1BC9: hue angle of 261.72º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A1BC9 is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 27 | 201 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.21 |
| HSL | 261.72º | 0.76% | 0.45% | - |
| HSV(B) | 261.72º | 0.87% | 0.79% | - |
| XYZ | 15.15 | 7.17 | 55.84 | - |
| YUV | 65.67 | 204.37 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 27 | 201 | 0.55 | 0.87 | 0 | 0.21 | 261.72 | 0.76 | 0.45 |
| Hex | 5A | 1B | C9 | 37 | 57 | 0 | 15 | 106 | 4C | 2D |
| Octal | 132 | 33 | 311 | 67 | 127 | 0 | 25 | 406 | 114 | 55 |
| Binary | 1011010 | 11011 | 11001001 | 110111 | 1010111 | 0 | 10101 | 100000110 | 1001100 | 101101 |
Color Harmonies of #5A1BC9
Complementary color
Monochromatic Colors of #5A1BC9
Black with #5A1BC9
Text Example
Text Example
White with #5A1BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1BC9; }
p { color: rgb(90,27,201); }
H1.HeaderClassName
{
color: #5A1BC9;
}
.AnyTagClassName
{
color: #5A1BC9;
}
</style>
background-color css
<style>
a { background-color: #5A1BC9; }
a { background-color: rgb(90,27,201); }
div.DivClassName
{
background-color: #5A1BC9;
}
.BgClassName
{
background-color: #5A1BC9;
}
</style>
border-color css
<style>
span { border-color: #5A1BC9; }
span { border-color: rgb(90,27,201); }
td.TdClassName
{
border-color: #5A1BC9;
}
.TagClassName
{
border-color: #5A1BC9;
}
</style>