Shades of Purple Heart #5723AC
Tints of Purple Heart #5723AC
RGB
CMYK
RGB Variations
Color information
#5723AC (or 0x5723AC) is known color: Purple Heart. HEX triplet: 57, 23 and AC. RGB value is (87,35,172). Sum of RGB (Red+Green+Blue) = 87+35+172=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #5723AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5723AC is #A8DC53. Grayscale: #414141. Windows color (decimal): -11066452 or 11281239. OLE color: 11281239.
HSL color Cylindrical-coordinate representation of color #5723AC: hue angle of 262.77º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5723AC is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 35 | 172 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.33 |
| HSL | 262.77º | 0.66% | 0.41% | - |
| HSV(B) | 262.77º | 0.8% | 0.67% | - |
| XYZ | 11.98 | 6.21 | 39.6 | - |
| YUV | 66.17 | 187.73 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 35 | 172 | 0.49 | 0.80 | 0 | 0.33 | 262.77 | 0.66 | 0.41 |
| Hex | 57 | 23 | AC | 31 | 50 | 0 | 21 | 107 | 42 | 29 |
| Octal | 127 | 43 | 254 | 61 | 120 | 0 | 41 | 407 | 102 | 51 |
| Binary | 1010111 | 100011 | 10101100 | 110001 | 1010000 | 0 | 100001 | 100000111 | 1000010 | 101001 |
Color Harmonies of #5723AC
Complementary color
Monochromatic Colors of #5723AC
Black with #5723AC
Text Example
Text Example
White with #5723AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5723AC; }
p { color: rgb(87,35,172); }
H1.HeaderClassName
{
color: #5723AC;
}
.AnyTagClassName
{
color: #5723AC;
}
</style>
background-color css
<style>
a { background-color: #5723AC; }
a { background-color: rgb(87,35,172); }
div.DivClassName
{
background-color: #5723AC;
}
.BgClassName
{
background-color: #5723AC;
}
</style>
border-color css
<style>
span { border-color: #5723AC; }
span { border-color: rgb(87,35,172); }
td.TdClassName
{
border-color: #5723AC;
}
.TagClassName
{
border-color: #5723AC;
}
</style>