Shades of Purple Heart #581BB7
Tints of Purple Heart #581BB7
RGB
CMYK
RGB Variations
Color information
#581BB7 (or 0x581BB7) is known color: Purple Heart. HEX triplet: 58, 1B and B7. RGB value is (88,27,183). Sum of RGB (Red+Green+Blue) = 88+27+183=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 183 (71.88% from 255 or 61.41% from 298); Max value from RGB is 183 - color contains mainly: blue. Hex color #581BB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581BB7 is #A7E448. Grayscale: #3E3E3E. Windows color (decimal): -11002953 or 12000088. OLE color: 12000088.
HSL color Cylindrical-coordinate representation of color #581BB7: hue angle of 263.46º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #581BB7 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 27 | 183 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.28 |
| HSL | 263.46º | 0.74% | 0.41% | - |
| HSV(B) | 263.46º | 0.85% | 0.72% | - |
| XYZ | 12.96 | 6.28 | 45.33 | - |
| YUV | 63.02 | 195.71 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 27 | 183 | 0.52 | 0.85 | 0 | 0.28 | 263.46 | 0.74 | 0.41 |
| Hex | 58 | 1B | B7 | 34 | 55 | 0 | 1C | 107 | 4A | 29 |
| Octal | 130 | 33 | 267 | 64 | 125 | 0 | 34 | 407 | 112 | 51 |
| Binary | 1011000 | 11011 | 10110111 | 110100 | 1010101 | 0 | 11100 | 100000111 | 1001010 | 101001 |
Color Harmonies of #581BB7
Complementary color
Monochromatic Colors of #581BB7
Black with #581BB7
Text Example
Text Example
White with #581BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581BB7; }
p { color: rgb(88,27,183); }
H1.HeaderClassName
{
color: #581BB7;
}
.AnyTagClassName
{
color: #581BB7;
}
</style>
background-color css
<style>
a { background-color: #581BB7; }
a { background-color: rgb(88,27,183); }
div.DivClassName
{
background-color: #581BB7;
}
.BgClassName
{
background-color: #581BB7;
}
</style>
border-color css
<style>
span { border-color: #581BB7; }
span { border-color: rgb(88,27,183); }
td.TdClassName
{
border-color: #581BB7;
}
.TagClassName
{
border-color: #581BB7;
}
</style>