Shades of Purple Heart #5811AB
Tints of Purple Heart #5811AB
RGB
CMYK
RGB Variations
Color information
#5811AB (or 0x5811AB) is known color: Purple Heart. HEX triplet: 58, 11 and AB. RGB value is (88,17,171). Sum of RGB (Red+Green+Blue) = 88+17+171=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #5811AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5811AB is #A7EE54. Grayscale: #373737. Windows color (decimal): -11005525 or 11211096. OLE color: 11211096.
HSL color Cylindrical-coordinate representation of color #5811AB: hue angle of 267.66º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5811AB is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 17 | 171 | - |
| CMYK | 0.49 | 0.90 | 0 | 0.33 |
| HSL | 267.66º | 0.82% | 0.37% | - |
| HSV(B) | 267.66º | 0.9% | 0.67% | - |
| XYZ | 11.58 | 5.42 | 38.96 | - |
| YUV | 55.79 | 193.02 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 171 | 0.49 | 0.90 | 0 | 0.33 | 267.66 | 0.82 | 0.37 |
| Hex | 58 | 11 | AB | 31 | 5A | 0 | 21 | 10C | 52 | 25 |
| Octal | 130 | 21 | 253 | 61 | 132 | 0 | 41 | 414 | 122 | 45 |
| Binary | 1011000 | 10001 | 10101011 | 110001 | 1011010 | 0 | 100001 | 100001100 | 1010010 | 100101 |
Color Harmonies of #5811AB
Complementary color
Monochromatic Colors of #5811AB
Black with #5811AB
Text Example
Text Example
White with #5811AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5811AB; }
p { color: rgb(88,17,171); }
H1.HeaderClassName
{
color: #5811AB;
}
.AnyTagClassName
{
color: #5811AB;
}
</style>
background-color css
<style>
a { background-color: #5811AB; }
a { background-color: rgb(88,17,171); }
div.DivClassName
{
background-color: #5811AB;
}
.BgClassName
{
background-color: #5811AB;
}
</style>
border-color css
<style>
span { border-color: #5811AB; }
span { border-color: rgb(88,17,171); }
td.TdClassName
{
border-color: #5811AB;
}
.TagClassName
{
border-color: #5811AB;
}
</style>