Shades of Purple Heart #580DC8
Tints of Purple Heart #580DC8
RGB
CMYK
RGB Variations
Color information
#580DC8 (or 0x580DC8) is known color: Purple Heart. HEX triplet: 58, 0D and C8. RGB value is (88,13,200). Sum of RGB (Red+Green+Blue) = 88+13+200=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 200 (78.52% from 255 or 66.45% from 301); Max value from RGB is 200 - color contains mainly: blue. Hex color #580DC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580DC8 is #A7F237. Grayscale: #383838. Windows color (decimal): -11006520 or 13110616. OLE color: 13110616.
HSL color Cylindrical-coordinate representation of color #580DC8: hue angle of 264.06º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580DC8 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 13 | 200 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.22 |
| HSL | 264.06º | 0.88% | 0.42% | - |
| HSV(B) | 264.06º | 0.94% | 0.78% | - |
| XYZ | 14.59 | 6.53 | 55.14 | - |
| YUV | 56.74 | 208.85 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 13 | 200 | 0.56 | 0.94 | 0 | 0.22 | 264.06 | 0.88 | 0.42 |
| Hex | 58 | D | C8 | 38 | 5E | 0 | 16 | 108 | 58 | 2A |
| Octal | 130 | 15 | 310 | 70 | 136 | 0 | 26 | 410 | 130 | 52 |
| Binary | 1011000 | 1101 | 11001000 | 111000 | 1011110 | 0 | 10110 | 100001000 | 1011000 | 101010 |
Color Harmonies of #580DC8
Complementary color
Monochromatic Colors of #580DC8
Black with #580DC8
Text Example
Text Example
White with #580DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580DC8; }
p { color: rgb(88,13,200); }
H1.HeaderClassName
{
color: #580DC8;
}
.AnyTagClassName
{
color: #580DC8;
}
</style>
background-color css
<style>
a { background-color: #580DC8; }
a { background-color: rgb(88,13,200); }
div.DivClassName
{
background-color: #580DC8;
}
.BgClassName
{
background-color: #580DC8;
}
</style>
border-color css
<style>
span { border-color: #580DC8; }
span { border-color: rgb(88,13,200); }
td.TdClassName
{
border-color: #580DC8;
}
.TagClassName
{
border-color: #580DC8;
}
</style>