Shades of Purple Heart #5A05B9
Tints of Purple Heart #5A05B9
RGB
CMYK
RGB Variations
Color information
#5A05B9 (or 0x5A05B9) is known color: Purple Heart. HEX triplet: 5A, 05 and B9. RGB value is (90,5,185). Sum of RGB (Red+Green+Blue) = 90+5+185=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 185 (72.66% from 255 or 66.07% from 280); Max value from RGB is 185 - color contains mainly: blue. Hex color #5A05B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A05B9 is #A5FA46. Grayscale: #323232. Windows color (decimal): -10877511 or 12125530. OLE color: 12125530.
HSL color Cylindrical-coordinate representation of color #5A05B9: hue angle of 268.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A05B9 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 5 | 185 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.27 |
| HSL | 268.33º | 0.95% | 0.37% | - |
| HSV(B) | 268.33º | 0.97% | 0.73% | - |
| XYZ | 13.03 | 5.78 | 46.33 | - |
| YUV | 50.94 | 203.66 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 185 | 0.51 | 0.97 | 0 | 0.27 | 268.33 | 0.95 | 0.37 |
| Hex | 5A | 5 | B9 | 33 | 61 | 0 | 1B | 10C | 5F | 25 |
| Octal | 132 | 5 | 271 | 63 | 141 | 0 | 33 | 414 | 137 | 45 |
| Binary | 1011010 | 101 | 10111001 | 110011 | 1100001 | 0 | 11011 | 100001100 | 1011111 | 100101 |
Color Harmonies of #5A05B9
Complementary color
Monochromatic Colors of #5A05B9
Black with #5A05B9
Text Example
Text Example
White with #5A05B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A05B9; }
p { color: rgb(90,5,185); }
H1.HeaderClassName
{
color: #5A05B9;
}
.AnyTagClassName
{
color: #5A05B9;
}
</style>
background-color css
<style>
a { background-color: #5A05B9; }
a { background-color: rgb(90,5,185); }
div.DivClassName
{
background-color: #5A05B9;
}
.BgClassName
{
background-color: #5A05B9;
}
</style>
border-color css
<style>
span { border-color: #5A05B9; }
span { border-color: rgb(90,5,185); }
td.TdClassName
{
border-color: #5A05B9;
}
.TagClassName
{
border-color: #5A05B9;
}
</style>