Shades of Purple Heart #5930AB
Tints of Purple Heart #5930AB
RGB
CMYK
RGB Variations
Color information
#5930AB (or 0x5930AB) is known color: Purple Heart. HEX triplet: 59, 30 and AB. RGB value is (89,48,171). Sum of RGB (Red+Green+Blue) = 89+48+171=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #5930AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5930AB is #A6CF54. Grayscale: #494949. Windows color (decimal): -10932053 or 11219033. OLE color: 11219033.
HSL color Cylindrical-coordinate representation of color #5930AB: hue angle of 260º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5930AB is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 48 | 171 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.33 |
| HSL | 260º | 0.56% | 0.43% | - |
| HSV(B) | 260º | 0.72% | 0.67% | - |
| XYZ | 12.53 | 7.18 | 39.25 | - |
| YUV | 74.28 | 182.58 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 48 | 171 | 0.48 | 0.72 | 0 | 0.33 | 260 | 0.56 | 0.43 |
| Hex | 59 | 30 | AB | 30 | 48 | 0 | 21 | 104 | 38 | 2B |
| Octal | 131 | 60 | 253 | 60 | 110 | 0 | 41 | 404 | 70 | 53 |
| Binary | 1011001 | 110000 | 10101011 | 110000 | 1001000 | 0 | 100001 | 100000100 | 111000 | 101011 |
Color Harmonies of #5930AB
Complementary color
Monochromatic Colors of #5930AB
Black with #5930AB
Text Example
Text Example
White with #5930AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5930AB; }
p { color: rgb(89,48,171); }
H1.HeaderClassName
{
color: #5930AB;
}
.AnyTagClassName
{
color: #5930AB;
}
</style>
background-color css
<style>
a { background-color: #5930AB; }
a { background-color: rgb(89,48,171); }
div.DivClassName
{
background-color: #5930AB;
}
.BgClassName
{
background-color: #5930AB;
}
</style>
border-color css
<style>
span { border-color: #5930AB; }
span { border-color: rgb(89,48,171); }
td.TdClassName
{
border-color: #5930AB;
}
.TagClassName
{
border-color: #5930AB;
}
</style>