Shades of Purple Heart #581ED2
Tints of Purple Heart #581ED2
RGB
CMYK
RGB Variations
Color information
#581ED2 (or 0x581ED2) is known color: Purple Heart. HEX triplet: 58, 1E and D2. RGB value is (88,30,210). Sum of RGB (Red+Green+Blue) = 88+30+210=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 210 (82.42% from 255 or 64.02% from 328); Max value from RGB is 210 - color contains mainly: blue. Hex color #581ED2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581ED2 is #A7E12D. Grayscale: #434343. Windows color (decimal): -11002158 or 13770328. OLE color: 13770328.
HSL color Cylindrical-coordinate representation of color #581ED2: hue angle of 259.33º 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 #581ED2 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 30 | 210 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.18 |
| HSL | 259.33º | 0.75% | 0.47% | - |
| HSV(B) | 259.33º | 0.86% | 0.82% | - |
| XYZ | 16.12 | 7.66 | 61.6 | - |
| YUV | 67.86 | 208.22 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 210 | 0.58 | 0.86 | 0 | 0.18 | 259.33 | 0.75 | 0.47 |
| Hex | 58 | 1E | D2 | 3A | 56 | 0 | 12 | 103 | 4B | 2F |
| Octal | 130 | 36 | 322 | 72 | 126 | 0 | 22 | 403 | 113 | 57 |
| Binary | 1011000 | 11110 | 11010010 | 111010 | 1010110 | 0 | 10010 | 100000011 | 1001011 | 101111 |
Color Harmonies of #581ED2
Complementary color
Monochromatic Colors of #581ED2
Black with #581ED2
Text Example
Text Example
White with #581ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581ED2; }
p { color: rgb(88,30,210); }
H1.HeaderClassName
{
color: #581ED2;
}
.AnyTagClassName
{
color: #581ED2;
}
</style>
background-color css
<style>
a { background-color: #581ED2; }
a { background-color: rgb(88,30,210); }
div.DivClassName
{
background-color: #581ED2;
}
.BgClassName
{
background-color: #581ED2;
}
</style>
border-color css
<style>
span { border-color: #581ED2; }
span { border-color: rgb(88,30,210); }
td.TdClassName
{
border-color: #581ED2;
}
.TagClassName
{
border-color: #581ED2;
}
</style>