Shades of Purple Heart #5A09AB
Tints of Purple Heart #5A09AB
RGB
CMYK
RGB Variations
Color information
#5A09AB (or 0x5A09AB) is known color: Purple Heart. HEX triplet: 5A, 09 and AB. RGB value is (90,9,171). Sum of RGB (Red+Green+Blue) = 90+9+171=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A09AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A09AB is #A5F654. Grayscale: #333333. Windows color (decimal): -10876501 or 11209050. OLE color: 11209050.
HSL color Cylindrical-coordinate representation of color #5A09AB: hue angle of 270º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A09AB is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 9 | 171 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.33 |
| HSL | 270º | 0.9% | 0.35% | - |
| HSV(B) | 270º | 0.95% | 0.67% | - |
| XYZ | 11.66 | 5.31 | 38.94 | - |
| YUV | 51.69 | 195.34 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 9 | 171 | 0.47 | 0.95 | 0 | 0.33 | 270 | 0.9 | 0.35 |
| Hex | 5A | 9 | AB | 2F | 5F | 0 | 21 | 10E | 5A | 23 |
| Octal | 132 | 11 | 253 | 57 | 137 | 0 | 41 | 416 | 132 | 43 |
| Binary | 1011010 | 1001 | 10101011 | 101111 | 1011111 | 0 | 100001 | 100001110 | 1011010 | 100011 |
Color Harmonies of #5A09AB
Complementary color
Monochromatic Colors of #5A09AB
Black with #5A09AB
Text Example
Text Example
White with #5A09AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A09AB; }
p { color: rgb(90,9,171); }
H1.HeaderClassName
{
color: #5A09AB;
}
.AnyTagClassName
{
color: #5A09AB;
}
</style>
background-color css
<style>
a { background-color: #5A09AB; }
a { background-color: rgb(90,9,171); }
div.DivClassName
{
background-color: #5A09AB;
}
.BgClassName
{
background-color: #5A09AB;
}
</style>
border-color css
<style>
span { border-color: #5A09AB; }
span { border-color: rgb(90,9,171); }
td.TdClassName
{
border-color: #5A09AB;
}
.TagClassName
{
border-color: #5A09AB;
}
</style>