Shades of Purple Heart #5811AD
Tints of Purple Heart #5811AD
RGB
CMYK
RGB Variations
Color information
#5811AD (or 0x5811AD) is known color: Purple Heart. HEX triplet: 58, 11 and AD. RGB value is (88,17,173). Sum of RGB (Red+Green+Blue) = 88+17+173=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #5811AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5811AD is #A7EE52. Grayscale: #373737. Windows color (decimal): -11005523 or 11342168. OLE color: 11342168.
HSL color Cylindrical-coordinate representation of color #5811AD: hue angle of 267.31º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5811AD is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 17 | 173 | - |
| CMYK | 0.49 | 0.90 | 0 | 0.32 |
| HSL | 267.31º | 0.82% | 0.37% | - |
| HSV(B) | 267.31º | 0.9% | 0.68% | - |
| XYZ | 11.77 | 5.49 | 39.98 | - |
| YUV | 56.01 | 194.02 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 173 | 0.49 | 0.90 | 0 | 0.32 | 267.31 | 0.82 | 0.37 |
| Hex | 58 | 11 | AD | 31 | 5A | 0 | 20 | 10B | 52 | 25 |
| Octal | 130 | 21 | 255 | 61 | 132 | 0 | 40 | 413 | 122 | 45 |
| Binary | 1011000 | 10001 | 10101101 | 110001 | 1011010 | 0 | 100000 | 100001011 | 1010010 | 100101 |
Color Harmonies of #5811AD
Complementary color
Monochromatic Colors of #5811AD
Black with #5811AD
Text Example
Text Example
White with #5811AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5811AD; }
p { color: rgb(88,17,173); }
H1.HeaderClassName
{
color: #5811AD;
}
.AnyTagClassName
{
color: #5811AD;
}
</style>
background-color css
<style>
a { background-color: #5811AD; }
a { background-color: rgb(88,17,173); }
div.DivClassName
{
background-color: #5811AD;
}
.BgClassName
{
background-color: #5811AD;
}
</style>
border-color css
<style>
span { border-color: #5811AD; }
span { border-color: rgb(88,17,173); }
td.TdClassName
{
border-color: #5811AD;
}
.TagClassName
{
border-color: #5811AD;
}
</style>