Shades of Purple Heart #582FD1
Tints of Purple Heart #582FD1
RGB
CMYK
RGB Variations
Color information
#582FD1 (or 0x582FD1) is known color: Purple Heart. HEX triplet: 58, 2F and D1. RGB value is (88,47,209). Sum of RGB (Red+Green+Blue) = 88+47+209=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 47 (18.75% from 255 or 13.66% from 344); Blue value is 209 (82.03% from 255 or 60.76% from 344); Max value from RGB is 209 - color contains mainly: blue. Hex color #582FD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582FD1 is #A7D02E. Grayscale: #4D4D4D. Windows color (decimal): -10997807 or 13709144. OLE color: 13709144.
HSL color Cylindrical-coordinate representation of color #582FD1: hue angle of 255.19º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #582FD1 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 47 | 209 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.18 |
| HSL | 255.19º | 0.64% | 0.5% | - |
| HSV(B) | 255.19º | 0.78% | 0.82% | - |
| XYZ | 16.55 | 8.71 | 61.13 | - |
| YUV | 77.73 | 202.08 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 47 | 209 | 0.58 | 0.78 | 0 | 0.18 | 255.19 | 0.64 | 0.5 |
| Hex | 58 | 2F | D1 | 3A | 4E | 0 | 12 | FF | 40 | 32 |
| Octal | 130 | 57 | 321 | 72 | 116 | 0 | 22 | 377 | 100 | 62 |
| Binary | 1011000 | 101111 | 11010001 | 111010 | 1001110 | 0 | 10010 | 11111111 | 1000000 | 110010 |
Color Harmonies of #582FD1
Complementary color
Monochromatic Colors of #582FD1
Black with #582FD1
Text Example
Text Example
White with #582FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582FD1; }
p { color: rgb(88,47,209); }
H1.HeaderClassName
{
color: #582FD1;
}
.AnyTagClassName
{
color: #582FD1;
}
</style>
background-color css
<style>
a { background-color: #582FD1; }
a { background-color: rgb(88,47,209); }
div.DivClassName
{
background-color: #582FD1;
}
.BgClassName
{
background-color: #582FD1;
}
</style>
border-color css
<style>
span { border-color: #582FD1; }
span { border-color: rgb(88,47,209); }
td.TdClassName
{
border-color: #582FD1;
}
.TagClassName
{
border-color: #582FD1;
}
</style>