Shades of Purple Heart #5814BF
Tints of Purple Heart #5814BF
RGB
CMYK
RGB Variations
Color information
#5814BF (or 0x5814BF) is known color: Purple Heart. HEX triplet: 58, 14 and BF. RGB value is (88,20,191). Sum of RGB (Red+Green+Blue) = 88+20+191=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #5814BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5814BF is #A7EB40. Grayscale: #3B3B3B. Windows color (decimal): -11004737 or 12522584. OLE color: 12522584.
HSL color Cylindrical-coordinate representation of color #5814BF: hue angle of 263.86º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5814BF is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 20 | 191 | - |
| CMYK | 0.54 | 0.90 | 0 | 0.25 |
| HSL | 263.86º | 0.81% | 0.41% | - |
| HSV(B) | 263.86º | 0.9% | 0.75% | - |
| XYZ | 13.68 | 6.34 | 49.79 | - |
| YUV | 59.83 | 202.03 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 20 | 191 | 0.54 | 0.90 | 0 | 0.25 | 263.86 | 0.81 | 0.41 |
| Hex | 58 | 14 | BF | 36 | 5A | 0 | 19 | 108 | 51 | 29 |
| Octal | 130 | 24 | 277 | 66 | 132 | 0 | 31 | 410 | 121 | 51 |
| Binary | 1011000 | 10100 | 10111111 | 110110 | 1011010 | 0 | 11001 | 100001000 | 1010001 | 101001 |
Color Harmonies of #5814BF
Complementary color
Monochromatic Colors of #5814BF
Black with #5814BF
Text Example
Text Example
White with #5814BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5814BF; }
p { color: rgb(88,20,191); }
H1.HeaderClassName
{
color: #5814BF;
}
.AnyTagClassName
{
color: #5814BF;
}
</style>
background-color css
<style>
a { background-color: #5814BF; }
a { background-color: rgb(88,20,191); }
div.DivClassName
{
background-color: #5814BF;
}
.BgClassName
{
background-color: #5814BF;
}
</style>
border-color css
<style>
span { border-color: #5814BF; }
span { border-color: rgb(88,20,191); }
td.TdClassName
{
border-color: #5814BF;
}
.TagClassName
{
border-color: #5814BF;
}
</style>