Shades of Purple Heart #581BB0
Tints of Purple Heart #581BB0
RGB
CMYK
RGB Variations
Color information
#581BB0 (or 0x581BB0) is known color: Purple Heart. HEX triplet: 58, 1B and B0. RGB value is (88,27,176). Sum of RGB (Red+Green+Blue) = 88+27+176=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 176 (69.14% from 255 or 60.48% from 291); Max value from RGB is 176 - color contains mainly: blue. Hex color #581BB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581BB0 is #A7E44F. Grayscale: #3D3D3D. Windows color (decimal): -11002960 or 11541336. OLE color: 11541336.
HSL color Cylindrical-coordinate representation of color #581BB0: hue angle of 264.56º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #581BB0 is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 27 | 176 | - |
| CMYK | 0.50 | 0.85 | 0 | 0.31 |
| HSL | 264.56º | 0.73% | 0.4% | - |
| HSV(B) | 264.56º | 0.85% | 0.69% | - |
| XYZ | 12.25 | 5.99 | 41.59 | - |
| YUV | 62.23 | 192.21 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 27 | 176 | 0.50 | 0.85 | 0 | 0.31 | 264.56 | 0.73 | 0.4 |
| Hex | 58 | 1B | B0 | 32 | 55 | 0 | 1F | 109 | 49 | 28 |
| Octal | 130 | 33 | 260 | 62 | 125 | 0 | 37 | 411 | 111 | 50 |
| Binary | 1011000 | 11011 | 10110000 | 110010 | 1010101 | 0 | 11111 | 100001001 | 1001001 | 101000 |
Color Harmonies of #581BB0
Complementary color
Monochromatic Colors of #581BB0
Black with #581BB0
Text Example
Text Example
White with #581BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581BB0; }
p { color: rgb(88,27,176); }
H1.HeaderClassName
{
color: #581BB0;
}
.AnyTagClassName
{
color: #581BB0;
}
</style>
background-color css
<style>
a { background-color: #581BB0; }
a { background-color: rgb(88,27,176); }
div.DivClassName
{
background-color: #581BB0;
}
.BgClassName
{
background-color: #581BB0;
}
</style>
border-color css
<style>
span { border-color: #581BB0; }
span { border-color: rgb(88,27,176); }
td.TdClassName
{
border-color: #581BB0;
}
.TagClassName
{
border-color: #581BB0;
}
</style>