Shades of Purple Heart #580FB1
Tints of Purple Heart #580FB1
RGB
CMYK
RGB Variations
Color information
#580FB1 (or 0x580FB1) is known color: Purple Heart. HEX triplet: 58, 0F and B1. RGB value is (88,15,177). Sum of RGB (Red+Green+Blue) = 88+15+177=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 177 (69.53% from 255 or 63.21% from 280); Max value from RGB is 177 - color contains mainly: blue. Hex color #580FB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580FB1 is #A7F04E. Grayscale: #363636. Windows color (decimal): -11006031 or 11603800. OLE color: 11603800.
HSL color Cylindrical-coordinate representation of color #580FB1: hue angle of 267.04º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580FB1 is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 15 | 177 | - |
| CMYK | 0.50 | 0.92 | 0 | 0.31 |
| HSL | 267.04º | 0.84% | 0.38% | - |
| HSV(B) | 267.04º | 0.92% | 0.69% | - |
| XYZ | 12.13 | 5.59 | 42.03 | - |
| YUV | 55.3 | 196.68 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 177 | 0.50 | 0.92 | 0 | 0.31 | 267.04 | 0.84 | 0.38 |
| Hex | 58 | F | B1 | 32 | 5C | 0 | 1F | 10B | 54 | 26 |
| Octal | 130 | 17 | 261 | 62 | 134 | 0 | 37 | 413 | 124 | 46 |
| Binary | 1011000 | 1111 | 10110001 | 110010 | 1011100 | 0 | 11111 | 100001011 | 1010100 | 100110 |
Color Harmonies of #580FB1
Complementary color
Monochromatic Colors of #580FB1
Black with #580FB1
Text Example
Text Example
White with #580FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580FB1; }
p { color: rgb(88,15,177); }
H1.HeaderClassName
{
color: #580FB1;
}
.AnyTagClassName
{
color: #580FB1;
}
</style>
background-color css
<style>
a { background-color: #580FB1; }
a { background-color: rgb(88,15,177); }
div.DivClassName
{
background-color: #580FB1;
}
.BgClassName
{
background-color: #580FB1;
}
</style>
border-color css
<style>
span { border-color: #580FB1; }
span { border-color: rgb(88,15,177); }
td.TdClassName
{
border-color: #580FB1;
}
.TagClassName
{
border-color: #580FB1;
}
</style>