Shades of Purple Heart #5738BF
Tints of Purple Heart #5738BF
RGB
CMYK
RGB Variations
Color information
#5738BF (or 0x5738BF) is known color: Purple Heart. HEX triplet: 57, 38 and BF. RGB value is (87,56,191). Sum of RGB (Red+Green+Blue) = 87+56+191=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #5738BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5738BF is #A8C740. Grayscale: #505050. Windows color (decimal): -11061057 or 12531799. OLE color: 12531799.
HSL color Cylindrical-coordinate representation of color #5738BF: hue angle of 253.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5738BF is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 56 | 191 | - |
| CMYK | 0.54 | 0.71 | 0 | 0.25 |
| HSL | 253.78º | 0.55% | 0.48% | - |
| HSV(B) | 253.78º | 0.71% | 0.75% | - |
| XYZ | 14.75 | 8.62 | 50.18 | - |
| YUV | 80.66 | 190.27 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 56 | 191 | 0.54 | 0.71 | 0 | 0.25 | 253.78 | 0.55 | 0.48 |
| Hex | 57 | 38 | BF | 36 | 47 | 0 | 19 | FE | 37 | 30 |
| Octal | 127 | 70 | 277 | 66 | 107 | 0 | 31 | 376 | 67 | 60 |
| Binary | 1010111 | 111000 | 10111111 | 110110 | 1000111 | 0 | 11001 | 11111110 | 110111 | 110000 |
Color Harmonies of #5738BF
Complementary color
Monochromatic Colors of #5738BF
Black with #5738BF
Text Example
Text Example
White with #5738BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5738BF; }
p { color: rgb(87,56,191); }
H1.HeaderClassName
{
color: #5738BF;
}
.AnyTagClassName
{
color: #5738BF;
}
</style>
background-color css
<style>
a { background-color: #5738BF; }
a { background-color: rgb(87,56,191); }
div.DivClassName
{
background-color: #5738BF;
}
.BgClassName
{
background-color: #5738BF;
}
</style>
border-color css
<style>
span { border-color: #5738BF; }
span { border-color: rgb(87,56,191); }
td.TdClassName
{
border-color: #5738BF;
}
.TagClassName
{
border-color: #5738BF;
}
</style>