Shades of Purple Heart #5809B1
Tints of Purple Heart #5809B1
RGB
CMYK
RGB Variations
Color information
#5809B1 (or 0x5809B1) is known color: Purple Heart. HEX triplet: 58, 09 and B1. RGB value is (88,9,177). Sum of RGB (Red+Green+Blue) = 88+9+177=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 177 (69.53% from 255 or 64.60% from 274); Max value from RGB is 177 - color contains mainly: blue. Hex color #5809B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5809B1 is #A7F64E. Grayscale: #333333. Windows color (decimal): -11007567 or 11602264. OLE color: 11602264.
HSL color Cylindrical-coordinate representation of color #5809B1: hue angle of 268.21º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5809B1 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 9 | 177 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.31 |
| HSL | 268.21º | 0.9% | 0.36% | - |
| HSV(B) | 268.21º | 0.95% | 0.69% | - |
| XYZ | 12.06 | 5.44 | 42.01 | - |
| YUV | 51.77 | 198.67 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 177 | 0.50 | 0.95 | 0 | 0.31 | 268.21 | 0.9 | 0.36 |
| Hex | 58 | 9 | B1 | 32 | 5F | 0 | 1F | 10C | 5A | 24 |
| Octal | 130 | 11 | 261 | 62 | 137 | 0 | 37 | 414 | 132 | 44 |
| Binary | 1011000 | 1001 | 10110001 | 110010 | 1011111 | 0 | 11111 | 100001100 | 1011010 | 100100 |
Color Harmonies of #5809B1
Complementary color
Monochromatic Colors of #5809B1
Black with #5809B1
Text Example
Text Example
White with #5809B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5809B1; }
p { color: rgb(88,9,177); }
H1.HeaderClassName
{
color: #5809B1;
}
.AnyTagClassName
{
color: #5809B1;
}
</style>
background-color css
<style>
a { background-color: #5809B1; }
a { background-color: rgb(88,9,177); }
div.DivClassName
{
background-color: #5809B1;
}
.BgClassName
{
background-color: #5809B1;
}
</style>
border-color css
<style>
span { border-color: #5809B1; }
span { border-color: rgb(88,9,177); }
td.TdClassName
{
border-color: #5809B1;
}
.TagClassName
{
border-color: #5809B1;
}
</style>