Shades of Purple Heart #5723A4
Tints of Purple Heart #5723A4
RGB
CMYK
RGB Variations
Color information
#5723A4 (or 0x5723A4) is known color: Purple Heart. HEX triplet: 57, 23 and A4. RGB value is (87,35,164). Sum of RGB (Red+Green+Blue) = 87+35+164=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 164 (64.45% from 255 or 57.34% from 286); Max value from RGB is 164 - color contains mainly: blue. Hex color #5723A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5723A4 is #A8DC5B. Grayscale: #404040. Windows color (decimal): -11066460 or 10756951. OLE color: 10756951.
HSL color Cylindrical-coordinate representation of color #5723A4: hue angle of 264.19º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5723A4 is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 35 | 164 | - |
| CMYK | 0.47 | 0.79 | 0 | 0.36 |
| HSL | 264.19º | 0.65% | 0.39% | - |
| HSV(B) | 264.19º | 0.79% | 0.64% | - |
| XYZ | 11.23 | 5.91 | 35.67 | - |
| YUV | 65.25 | 183.73 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 35 | 164 | 0.47 | 0.79 | 0 | 0.36 | 264.19 | 0.65 | 0.39 |
| Hex | 57 | 23 | A4 | 2F | 4F | 0 | 24 | 108 | 41 | 27 |
| Octal | 127 | 43 | 244 | 57 | 117 | 0 | 44 | 410 | 101 | 47 |
| Binary | 1010111 | 100011 | 10100100 | 101111 | 1001111 | 0 | 100100 | 100001000 | 1000001 | 100111 |
Color Harmonies of #5723A4
Complementary color
Monochromatic Colors of #5723A4
Black with #5723A4
Text Example
Text Example
White with #5723A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5723A4; }
p { color: rgb(87,35,164); }
H1.HeaderClassName
{
color: #5723A4;
}
.AnyTagClassName
{
color: #5723A4;
}
</style>
background-color css
<style>
a { background-color: #5723A4; }
a { background-color: rgb(87,35,164); }
div.DivClassName
{
background-color: #5723A4;
}
.BgClassName
{
background-color: #5723A4;
}
</style>
border-color css
<style>
span { border-color: #5723A4; }
span { border-color: rgb(87,35,164); }
td.TdClassName
{
border-color: #5723A4;
}
.TagClassName
{
border-color: #5723A4;
}
</style>