Shades of Purple Heart #5738DF
Tints of Purple Heart #5738DF
RGB
CMYK
RGB Variations
Color information
#5738DF (or 0x5738DF) is known color: Purple Heart. HEX triplet: 57, 38 and DF. RGB value is (87,56,223). Sum of RGB (Red+Green+Blue) = 87+56+223=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #5738DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5738DF is #A8C720. Grayscale: #535353. Windows color (decimal): -11061025 or 14628951. OLE color: 14628951.
HSL color Cylindrical-coordinate representation of color #5738DF: hue angle of 251.14º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5738DF is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 56 | 223 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.13 |
| HSL | 251.14º | 0.72% | 0.55% | - |
| HSV(B) | 251.14º | 0.75% | 0.87% | - |
| XYZ | 18.66 | 10.18 | 70.79 | - |
| YUV | 84.31 | 206.27 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 56 | 223 | 0.61 | 0.75 | 0 | 0.13 | 251.14 | 0.72 | 0.55 |
| Hex | 57 | 38 | DF | 3D | 4B | 0 | D | FB | 48 | 37 |
| Octal | 127 | 70 | 337 | 75 | 113 | 0 | 15 | 373 | 110 | 67 |
| Binary | 1010111 | 111000 | 11011111 | 111101 | 1001011 | 0 | 1101 | 11111011 | 1001000 | 110111 |
Color Harmonies of #5738DF
Complementary color
Monochromatic Colors of #5738DF
Black with #5738DF
Text Example
Text Example
White with #5738DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5738DF; }
p { color: rgb(87,56,223); }
H1.HeaderClassName
{
color: #5738DF;
}
.AnyTagClassName
{
color: #5738DF;
}
</style>
background-color css
<style>
a { background-color: #5738DF; }
a { background-color: rgb(87,56,223); }
div.DivClassName
{
background-color: #5738DF;
}
.BgClassName
{
background-color: #5738DF;
}
</style>
border-color css
<style>
span { border-color: #5738DF; }
span { border-color: rgb(87,56,223); }
td.TdClassName
{
border-color: #5738DF;
}
.TagClassName
{
border-color: #5738DF;
}
</style>