Shades of Purple Heart #5809BD
Tints of Purple Heart #5809BD
RGB
CMYK
RGB Variations
Color information
#5809BD (or 0x5809BD) is known color: Purple Heart. HEX triplet: 58, 09 and BD. RGB value is (88,9,189). Sum of RGB (Red+Green+Blue) = 88+9+189=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #5809BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5809BD is #A7F642. Grayscale: #343434. Windows color (decimal): -11007555 or 12388696. OLE color: 12388696.
HSL color Cylindrical-coordinate representation of color #5809BD: hue angle of 266.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5809BD is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 9 | 189 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.26 |
| HSL | 266.33º | 0.91% | 0.39% | - |
| HSV(B) | 266.33º | 0.95% | 0.74% | - |
| XYZ | 13.31 | 5.94 | 48.59 | - |
| YUV | 53.14 | 204.67 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 189 | 0.53 | 0.95 | 0 | 0.26 | 266.33 | 0.91 | 0.39 |
| Hex | 58 | 9 | BD | 35 | 5F | 0 | 1A | 10A | 5B | 27 |
| Octal | 130 | 11 | 275 | 65 | 137 | 0 | 32 | 412 | 133 | 47 |
| Binary | 1011000 | 1001 | 10111101 | 110101 | 1011111 | 0 | 11010 | 100001010 | 1011011 | 100111 |
Color Harmonies of #5809BD
Complementary color
Monochromatic Colors of #5809BD
Black with #5809BD
Text Example
Text Example
White with #5809BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5809BD; }
p { color: rgb(88,9,189); }
H1.HeaderClassName
{
color: #5809BD;
}
.AnyTagClassName
{
color: #5809BD;
}
</style>
background-color css
<style>
a { background-color: #5809BD; }
a { background-color: rgb(88,9,189); }
div.DivClassName
{
background-color: #5809BD;
}
.BgClassName
{
background-color: #5809BD;
}
</style>
border-color css
<style>
span { border-color: #5809BD; }
span { border-color: rgb(88,9,189); }
td.TdClassName
{
border-color: #5809BD;
}
.TagClassName
{
border-color: #5809BD;
}
</style>