Shades of Purple Heart #581AB9
Tints of Purple Heart #581AB9
RGB
CMYK
RGB Variations
Color information
#581AB9 (or 0x581AB9) is known color: Purple Heart. HEX triplet: 58, 1A and B9. RGB value is (88,26,185). Sum of RGB (Red+Green+Blue) = 88+26+185=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 185 (72.66% from 255 or 61.87% from 299); Max value from RGB is 185 - color contains mainly: blue. Hex color #581AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581AB9 is #A7E546. Grayscale: #3E3E3E. Windows color (decimal): -11003207 or 12130904. OLE color: 12130904.
HSL color Cylindrical-coordinate representation of color #581AB9: hue angle of 263.4º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581AB9 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 26 | 185 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.27 |
| HSL | 263.4º | 0.75% | 0.41% | - |
| HSV(B) | 263.4º | 0.86% | 0.73% | - |
| XYZ | 13.15 | 6.32 | 46.42 | - |
| YUV | 62.66 | 197.04 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 185 | 0.52 | 0.86 | 0 | 0.27 | 263.4 | 0.75 | 0.41 |
| Hex | 58 | 1A | B9 | 34 | 56 | 0 | 1B | 107 | 4B | 29 |
| Octal | 130 | 32 | 271 | 64 | 126 | 0 | 33 | 407 | 113 | 51 |
| Binary | 1011000 | 11010 | 10111001 | 110100 | 1010110 | 0 | 11011 | 100000111 | 1001011 | 101001 |
Color Harmonies of #581AB9
Complementary color
Monochromatic Colors of #581AB9
Black with #581AB9
Text Example
Text Example
White with #581AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581AB9; }
p { color: rgb(88,26,185); }
H1.HeaderClassName
{
color: #581AB9;
}
.AnyTagClassName
{
color: #581AB9;
}
</style>
background-color css
<style>
a { background-color: #581AB9; }
a { background-color: rgb(88,26,185); }
div.DivClassName
{
background-color: #581AB9;
}
.BgClassName
{
background-color: #581AB9;
}
</style>
border-color css
<style>
span { border-color: #581AB9; }
span { border-color: rgb(88,26,185); }
td.TdClassName
{
border-color: #581AB9;
}
.TagClassName
{
border-color: #581AB9;
}
</style>