Shades of Purple Heart #581CB7
Tints of Purple Heart #581CB7
RGB
CMYK
RGB Variations
Color information
#581CB7 (or 0x581CB7) is known color: Purple Heart. HEX triplet: 58, 1C and B7. RGB value is (88,28,183). Sum of RGB (Red+Green+Blue) = 88+28+183=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 183 (71.88% from 255 or 61.20% from 299); Max value from RGB is 183 - color contains mainly: blue. Hex color #581CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581CB7 is #A7E348. Grayscale: #3F3F3F. Windows color (decimal): -11002697 or 12000344. OLE color: 12000344.
HSL color Cylindrical-coordinate representation of color #581CB7: hue angle of 263.23º degrees, saturation: 0.73, 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 #581CB7 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 28 | 183 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.28 |
| HSL | 263.23º | 0.73% | 0.41% | - |
| HSV(B) | 263.23º | 0.85% | 0.72% | - |
| XYZ | 12.99 | 6.32 | 45.34 | - |
| YUV | 63.61 | 195.38 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 183 | 0.52 | 0.85 | 0 | 0.28 | 263.23 | 0.73 | 0.41 |
| Hex | 58 | 1C | B7 | 34 | 55 | 0 | 1C | 107 | 49 | 29 |
| Octal | 130 | 34 | 267 | 64 | 125 | 0 | 34 | 407 | 111 | 51 |
| Binary | 1011000 | 11100 | 10110111 | 110100 | 1010101 | 0 | 11100 | 100000111 | 1001001 | 101001 |
Color Harmonies of #581CB7
Complementary color
Monochromatic Colors of #581CB7
Black with #581CB7
Text Example
Text Example
White with #581CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581CB7; }
p { color: rgb(88,28,183); }
H1.HeaderClassName
{
color: #581CB7;
}
.AnyTagClassName
{
color: #581CB7;
}
</style>
background-color css
<style>
a { background-color: #581CB7; }
a { background-color: rgb(88,28,183); }
div.DivClassName
{
background-color: #581CB7;
}
.BgClassName
{
background-color: #581CB7;
}
</style>
border-color css
<style>
span { border-color: #581CB7; }
span { border-color: rgb(88,28,183); }
td.TdClassName
{
border-color: #581CB7;
}
.TagClassName
{
border-color: #581CB7;
}
</style>