Shades of Purple Heart #5801BD
Tints of Purple Heart #5801BD
RGB
CMYK
RGB Variations
Color information
#5801BD (or 0x5801BD) is known color: Purple Heart. HEX triplet: 58, 01 and BD. RGB value is (88,1,189). Sum of RGB (Red+Green+Blue) = 88+1+189=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #5801BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5801BD is #A7FE42. Grayscale: #2F2F2F. Windows color (decimal): -11009603 or 12386648. OLE color: 12386648.
HSL color Cylindrical-coordinate representation of color #5801BD: hue angle of 267.77º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5801BD is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 1 | 189 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.26 |
| HSL | 267.77º | 0.99% | 0.37% | - |
| HSV(B) | 267.77º | 0.99% | 0.74% | - |
| XYZ | 13.22 | 5.77 | 48.56 | - |
| YUV | 48.45 | 207.32 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 189 | 0.53 | 0.99 | 0 | 0.26 | 267.77 | 0.99 | 0.37 |
| Hex | 58 | 1 | BD | 35 | 63 | 0 | 1A | 10C | 63 | 25 |
| Octal | 130 | 1 | 275 | 65 | 143 | 0 | 32 | 414 | 143 | 45 |
| Binary | 1011000 | 1 | 10111101 | 110101 | 1100011 | 0 | 11010 | 100001100 | 1100011 | 100101 |
Color Harmonies of #5801BD
Complementary color
Monochromatic Colors of #5801BD
Black with #5801BD
Text Example
Text Example
White with #5801BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5801BD; }
p { color: rgb(88,1,189); }
H1.HeaderClassName
{
color: #5801BD;
}
.AnyTagClassName
{
color: #5801BD;
}
</style>
background-color css
<style>
a { background-color: #5801BD; }
a { background-color: rgb(88,1,189); }
div.DivClassName
{
background-color: #5801BD;
}
.BgClassName
{
background-color: #5801BD;
}
</style>
border-color css
<style>
span { border-color: #5801BD; }
span { border-color: rgb(88,1,189); }
td.TdClassName
{
border-color: #5801BD;
}
.TagClassName
{
border-color: #5801BD;
}
</style>