Shades of Purple Heart #581ED8
Tints of Purple Heart #581ED8
RGB
CMYK
RGB Variations
Color information
#581ED8 (or 0x581ED8) is known color: Purple Heart. HEX triplet: 58, 1E and D8. RGB value is (88,30,216). Sum of RGB (Red+Green+Blue) = 88+30+216=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 216 (84.77% from 255 or 64.67% from 334); Max value from RGB is 216 - color contains mainly: blue. Hex color #581ED8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581ED8 is #A7E127. Grayscale: #434343. Windows color (decimal): -11002152 or 14163544. OLE color: 14163544.
HSL color Cylindrical-coordinate representation of color #581ED8: hue angle of 258.71º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581ED8 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 30 | 216 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.15 |
| HSL | 258.71º | 0.76% | 0.48% | - |
| HSV(B) | 258.71º | 0.86% | 0.85% | - |
| XYZ | 16.88 | 7.96 | 65.61 | - |
| YUV | 68.55 | 211.22 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 216 | 0.59 | 0.86 | 0 | 0.15 | 258.71 | 0.76 | 0.48 |
| Hex | 58 | 1E | D8 | 3B | 56 | 0 | F | 103 | 4C | 30 |
| Octal | 130 | 36 | 330 | 73 | 126 | 0 | 17 | 403 | 114 | 60 |
| Binary | 1011000 | 11110 | 11011000 | 111011 | 1010110 | 0 | 1111 | 100000011 | 1001100 | 110000 |
Color Harmonies of #581ED8
Complementary color
Monochromatic Colors of #581ED8
Black with #581ED8
Text Example
Text Example
White with #581ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581ED8; }
p { color: rgb(88,30,216); }
H1.HeaderClassName
{
color: #581ED8;
}
.AnyTagClassName
{
color: #581ED8;
}
</style>
background-color css
<style>
a { background-color: #581ED8; }
a { background-color: rgb(88,30,216); }
div.DivClassName
{
background-color: #581ED8;
}
.BgClassName
{
background-color: #581ED8;
}
</style>
border-color css
<style>
span { border-color: #581ED8; }
span { border-color: rgb(88,30,216); }
td.TdClassName
{
border-color: #581ED8;
}
.TagClassName
{
border-color: #581ED8;
}
</style>