Shades of Purple Heart #581FD1
Tints of Purple Heart #581FD1
RGB
CMYK
RGB Variations
Color information
#581FD1 (or 0x581FD1) is known color: Purple Heart. HEX triplet: 58, 1F and D1. RGB value is (88,31,209). Sum of RGB (Red+Green+Blue) = 88+31+209=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 209 (82.03% from 255 or 63.72% from 328); Max value from RGB is 209 - color contains mainly: blue. Hex color #581FD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581FD1 is #A7E02E. Grayscale: #434343. Windows color (decimal): -11001903 or 13705048. OLE color: 13705048.
HSL color Cylindrical-coordinate representation of color #581FD1: hue angle of 259.21º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #581FD1 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 31 | 209 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.18 |
| HSL | 259.21º | 0.74% | 0.47% | - |
| HSV(B) | 259.21º | 0.85% | 0.82% | - |
| XYZ | 16.02 | 7.66 | 60.96 | - |
| YUV | 68.34 | 207.38 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 31 | 209 | 0.58 | 0.85 | 0 | 0.18 | 259.21 | 0.74 | 0.47 |
| Hex | 58 | 1F | D1 | 3A | 55 | 0 | 12 | 103 | 4A | 2F |
| Octal | 130 | 37 | 321 | 72 | 125 | 0 | 22 | 403 | 112 | 57 |
| Binary | 1011000 | 11111 | 11010001 | 111010 | 1010101 | 0 | 10010 | 100000011 | 1001010 | 101111 |
Color Harmonies of #581FD1
Complementary color
Monochromatic Colors of #581FD1
Black with #581FD1
Text Example
Text Example
White with #581FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581FD1; }
p { color: rgb(88,31,209); }
H1.HeaderClassName
{
color: #581FD1;
}
.AnyTagClassName
{
color: #581FD1;
}
</style>
background-color css
<style>
a { background-color: #581FD1; }
a { background-color: rgb(88,31,209); }
div.DivClassName
{
background-color: #581FD1;
}
.BgClassName
{
background-color: #581FD1;
}
</style>
border-color css
<style>
span { border-color: #581FD1; }
span { border-color: rgb(88,31,209); }
td.TdClassName
{
border-color: #581FD1;
}
.TagClassName
{
border-color: #581FD1;
}
</style>