Shades of Purple Heart #581BCD
Tints of Purple Heart #581BCD
RGB
CMYK
RGB Variations
Color information
#581BCD (or 0x581BCD) is known color: Purple Heart. HEX triplet: 58, 1B and CD. RGB value is (88,27,205). Sum of RGB (Red+Green+Blue) = 88+27+205=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #581BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581BCD is #A7E432. Grayscale: #404040. Windows color (decimal): -11002931 or 13441880. OLE color: 13441880.
HSL color Cylindrical-coordinate representation of color #581BCD: hue angle of 260.56º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #581BCD is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 27 | 205 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.20 |
| HSL | 260.56º | 0.77% | 0.45% | - |
| HSV(B) | 260.56º | 0.87% | 0.8% | - |
| XYZ | 15.44 | 7.27 | 58.35 | - |
| YUV | 65.53 | 206.71 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 27 | 205 | 0.57 | 0.87 | 0 | 0.20 | 260.56 | 0.77 | 0.45 |
| Hex | 58 | 1B | CD | 39 | 57 | 0 | 14 | 105 | 4D | 2D |
| Octal | 130 | 33 | 315 | 71 | 127 | 0 | 24 | 405 | 115 | 55 |
| Binary | 1011000 | 11011 | 11001101 | 111001 | 1010111 | 0 | 10100 | 100000101 | 1001101 | 101101 |
Color Harmonies of #581BCD
Complementary color
Monochromatic Colors of #581BCD
Black with #581BCD
Text Example
Text Example
White with #581BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581BCD; }
p { color: rgb(88,27,205); }
H1.HeaderClassName
{
color: #581BCD;
}
.AnyTagClassName
{
color: #581BCD;
}
</style>
background-color css
<style>
a { background-color: #581BCD; }
a { background-color: rgb(88,27,205); }
div.DivClassName
{
background-color: #581BCD;
}
.BgClassName
{
background-color: #581BCD;
}
</style>
border-color css
<style>
span { border-color: #581BCD; }
span { border-color: rgb(88,27,205); }
td.TdClassName
{
border-color: #581BCD;
}
.TagClassName
{
border-color: #581BCD;
}
</style>