Shades of Purple Heart #581CBE
Tints of Purple Heart #581CBE
RGB
CMYK
RGB Variations
Color information
#581CBE (or 0x581CBE) is known color: Purple Heart. HEX triplet: 58, 1C and BE. RGB value is (88,28,190). Sum of RGB (Red+Green+Blue) = 88+28+190=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #581CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581CBE is #A7E341. Grayscale: #3F3F3F. Windows color (decimal): -11002690 or 12459096. OLE color: 12459096.
HSL color Cylindrical-coordinate representation of color #581CBE: hue angle of 262.22º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #581CBE is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 28 | 190 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.25 |
| HSL | 262.22º | 0.74% | 0.43% | - |
| HSV(B) | 262.22º | 0.85% | 0.75% | - |
| XYZ | 13.73 | 6.62 | 49.27 | - |
| YUV | 64.41 | 198.88 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 190 | 0.54 | 0.85 | 0 | 0.25 | 262.22 | 0.74 | 0.43 |
| Hex | 58 | 1C | BE | 36 | 55 | 0 | 19 | 106 | 4A | 2B |
| Octal | 130 | 34 | 276 | 66 | 125 | 0 | 31 | 406 | 112 | 53 |
| Binary | 1011000 | 11100 | 10111110 | 110110 | 1010101 | 0 | 11001 | 100000110 | 1001010 | 101011 |
Color Harmonies of #581CBE
Complementary color
Monochromatic Colors of #581CBE
Black with #581CBE
Text Example
Text Example
White with #581CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581CBE; }
p { color: rgb(88,28,190); }
H1.HeaderClassName
{
color: #581CBE;
}
.AnyTagClassName
{
color: #581CBE;
}
</style>
background-color css
<style>
a { background-color: #581CBE; }
a { background-color: rgb(88,28,190); }
div.DivClassName
{
background-color: #581CBE;
}
.BgClassName
{
background-color: #581CBE;
}
</style>
border-color css
<style>
span { border-color: #581CBE; }
span { border-color: rgb(88,28,190); }
td.TdClassName
{
border-color: #581CBE;
}
.TagClassName
{
border-color: #581CBE;
}
</style>