Shades of Purple Heart #5A1EB9
Tints of Purple Heart #5A1EB9
RGB
CMYK
RGB Variations
Color information
#5A1EB9 (or 0x5A1EB9) is known color: Purple Heart. HEX triplet: 5A, 1E and B9. RGB value is (90,30,185). Sum of RGB (Red+Green+Blue) = 90+30+185=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 185 (72.66% from 255 or 60.66% from 305); Max value from RGB is 185 - color contains mainly: blue. Hex color #5A1EB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1EB9 is #A5E146. Grayscale: #414141. Windows color (decimal): -10871111 or 12131930. OLE color: 12131930.
HSL color Cylindrical-coordinate representation of color #5A1EB9: hue angle of 263.23º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A1EB9 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 30 | 185 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.27 |
| HSL | 263.23º | 0.72% | 0.42% | - |
| HSV(B) | 263.23º | 0.84% | 0.73% | - |
| XYZ | 13.44 | 6.6 | 46.47 | - |
| YUV | 65.61 | 195.38 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 185 | 0.51 | 0.84 | 0 | 0.27 | 263.23 | 0.72 | 0.42 |
| Hex | 5A | 1E | B9 | 33 | 54 | 0 | 1B | 107 | 48 | 2A |
| Octal | 132 | 36 | 271 | 63 | 124 | 0 | 33 | 407 | 110 | 52 |
| Binary | 1011010 | 11110 | 10111001 | 110011 | 1010100 | 0 | 11011 | 100000111 | 1001000 | 101010 |
Color Harmonies of #5A1EB9
Complementary color
Monochromatic Colors of #5A1EB9
Black with #5A1EB9
Text Example
Text Example
White with #5A1EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1EB9; }
p { color: rgb(90,30,185); }
H1.HeaderClassName
{
color: #5A1EB9;
}
.AnyTagClassName
{
color: #5A1EB9;
}
</style>
background-color css
<style>
a { background-color: #5A1EB9; }
a { background-color: rgb(90,30,185); }
div.DivClassName
{
background-color: #5A1EB9;
}
.BgClassName
{
background-color: #5A1EB9;
}
</style>
border-color css
<style>
span { border-color: #5A1EB9; }
span { border-color: rgb(90,30,185); }
td.TdClassName
{
border-color: #5A1EB9;
}
.TagClassName
{
border-color: #5A1EB9;
}
</style>