Shades of Purple Heart #5738E0
Tints of Purple Heart #5738E0
RGB
CMYK
RGB Variations
Color information
#5738E0 (or 0x5738E0) is known color: Purple Heart. HEX triplet: 57, 38 and E0. RGB value is (87,56,224). Sum of RGB (Red+Green+Blue) = 87+56+224=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 224 (87.89% from 255 or 61.04% from 367); Max value from RGB is 224 - color contains mainly: blue. Hex color #5738E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5738E0 is #A8C71F. Grayscale: #535353. Windows color (decimal): -11061024 or 14694487. OLE color: 14694487.
HSL color Cylindrical-coordinate representation of color #5738E0: hue angle of 251.07º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5738E0 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 56 | 224 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.12 |
| HSL | 251.07º | 0.73% | 0.55% | - |
| HSV(B) | 251.07º | 0.75% | 0.88% | - |
| XYZ | 18.8 | 10.24 | 71.51 | - |
| YUV | 84.42 | 206.77 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 56 | 224 | 0.61 | 0.75 | 0 | 0.12 | 251.07 | 0.73 | 0.55 |
| Hex | 57 | 38 | E0 | 3D | 4B | 0 | C | FB | 49 | 37 |
| Octal | 127 | 70 | 340 | 75 | 113 | 0 | 14 | 373 | 111 | 67 |
| Binary | 1010111 | 111000 | 11100000 | 111101 | 1001011 | 0 | 1100 | 11111011 | 1001001 | 110111 |
Color Harmonies of #5738E0
Complementary color
Monochromatic Colors of #5738E0
Black with #5738E0
Text Example
Text Example
White with #5738E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5738E0; }
p { color: rgb(87,56,224); }
H1.HeaderClassName
{
color: #5738E0;
}
.AnyTagClassName
{
color: #5738E0;
}
</style>
background-color css
<style>
a { background-color: #5738E0; }
a { background-color: rgb(87,56,224); }
div.DivClassName
{
background-color: #5738E0;
}
.BgClassName
{
background-color: #5738E0;
}
</style>
border-color css
<style>
span { border-color: #5738E0; }
span { border-color: rgb(87,56,224); }
td.TdClassName
{
border-color: #5738E0;
}
.TagClassName
{
border-color: #5738E0;
}
</style>