Shades of Purple Heart #5804BA
Tints of Purple Heart #5804BA
RGB
CMYK
RGB Variations
Color information
#5804BA (or 0x5804BA) is known color: Purple Heart. HEX triplet: 58, 04 and BA. RGB value is (88,4,186). Sum of RGB (Red+Green+Blue) = 88+4+186=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #5804BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5804BA is #A7FB45. Grayscale: #313131. Windows color (decimal): -11008838 or 12190808. OLE color: 12190808.
HSL color Cylindrical-coordinate representation of color #5804BA: hue angle of 267.69º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5804BA is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 4 | 186 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.27 |
| HSL | 267.69º | 0.96% | 0.37% | - |
| HSV(B) | 267.69º | 0.98% | 0.73% | - |
| XYZ | 12.93 | 5.71 | 46.87 | - |
| YUV | 49.86 | 204.83 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 186 | 0.53 | 0.98 | 0 | 0.27 | 267.69 | 0.96 | 0.37 |
| Hex | 58 | 4 | BA | 35 | 62 | 0 | 1B | 10C | 60 | 25 |
| Octal | 130 | 4 | 272 | 65 | 142 | 0 | 33 | 414 | 140 | 45 |
| Binary | 1011000 | 100 | 10111010 | 110101 | 1100010 | 0 | 11011 | 100001100 | 1100000 | 100101 |
Color Harmonies of #5804BA
Complementary color
Monochromatic Colors of #5804BA
Black with #5804BA
Text Example
Text Example
White with #5804BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5804BA; }
p { color: rgb(88,4,186); }
H1.HeaderClassName
{
color: #5804BA;
}
.AnyTagClassName
{
color: #5804BA;
}
</style>
background-color css
<style>
a { background-color: #5804BA; }
a { background-color: rgb(88,4,186); }
div.DivClassName
{
background-color: #5804BA;
}
.BgClassName
{
background-color: #5804BA;
}
</style>
border-color css
<style>
span { border-color: #5804BA; }
span { border-color: rgb(88,4,186); }
td.TdClassName
{
border-color: #5804BA;
}
.TagClassName
{
border-color: #5804BA;
}
</style>