Shades of Purple Heart #581ED1
Tints of Purple Heart #581ED1
RGB
CMYK
RGB Variations
Color information
#581ED1 (or 0x581ED1) is known color: Purple Heart. HEX triplet: 58, 1E and D1. RGB value is (88,30,209). Sum of RGB (Red+Green+Blue) = 88+30+209=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 209 (82.03% from 255 or 63.91% from 327); Max value from RGB is 209 - color contains mainly: blue. Hex color #581ED1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581ED1 is #A7E12E. Grayscale: #434343. Windows color (decimal): -11002159 or 13704792. OLE color: 13704792.
HSL color Cylindrical-coordinate representation of color #581ED1: hue angle of 259.44º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581ED1 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 30 | 209 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.18 |
| HSL | 259.44º | 0.75% | 0.47% | - |
| HSV(B) | 259.44º | 0.86% | 0.82% | - |
| XYZ | 16 | 7.61 | 60.95 | - |
| YUV | 67.75 | 207.72 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 209 | 0.58 | 0.86 | 0 | 0.18 | 259.44 | 0.75 | 0.47 |
| Hex | 58 | 1E | D1 | 3A | 56 | 0 | 12 | 103 | 4B | 2F |
| Octal | 130 | 36 | 321 | 72 | 126 | 0 | 22 | 403 | 113 | 57 |
| Binary | 1011000 | 11110 | 11010001 | 111010 | 1010110 | 0 | 10010 | 100000011 | 1001011 | 101111 |
Color Harmonies of #581ED1
Complementary color
Monochromatic Colors of #581ED1
Black with #581ED1
Text Example
Text Example
White with #581ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581ED1; }
p { color: rgb(88,30,209); }
H1.HeaderClassName
{
color: #581ED1;
}
.AnyTagClassName
{
color: #581ED1;
}
</style>
background-color css
<style>
a { background-color: #581ED1; }
a { background-color: rgb(88,30,209); }
div.DivClassName
{
background-color: #581ED1;
}
.BgClassName
{
background-color: #581ED1;
}
</style>
border-color css
<style>
span { border-color: #581ED1; }
span { border-color: rgb(88,30,209); }
td.TdClassName
{
border-color: #581ED1;
}
.TagClassName
{
border-color: #581ED1;
}
</style>