Shades of Purple Heart #5715AC
Tints of Purple Heart #5715AC
RGB
CMYK
RGB Variations
Color information
#5715AC (or 0x5715AC) is known color: Purple Heart. HEX triplet: 57, 15 and AC. RGB value is (87,21,172). Sum of RGB (Red+Green+Blue) = 87+21+172=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #5715AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5715AC is #A8EA53. Grayscale: #393939. Windows color (decimal): -11070036 or 11277655. OLE color: 11277655.
HSL color Cylindrical-coordinate representation of color #5715AC: hue angle of 266.23º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5715AC is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 21 | 172 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.33 |
| HSL | 266.23º | 0.78% | 0.38% | - |
| HSV(B) | 266.23º | 0.88% | 0.67% | - |
| XYZ | 11.65 | 5.54 | 39.49 | - |
| YUV | 57.95 | 192.37 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 21 | 172 | 0.49 | 0.88 | 0 | 0.33 | 266.23 | 0.78 | 0.38 |
| Hex | 57 | 15 | AC | 31 | 58 | 0 | 21 | 10A | 4E | 26 |
| Octal | 127 | 25 | 254 | 61 | 130 | 0 | 41 | 412 | 116 | 46 |
| Binary | 1010111 | 10101 | 10101100 | 110001 | 1011000 | 0 | 100001 | 100001010 | 1001110 | 100110 |
Color Harmonies of #5715AC
Complementary color
Monochromatic Colors of #5715AC
Black with #5715AC
Text Example
Text Example
White with #5715AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5715AC; }
p { color: rgb(87,21,172); }
H1.HeaderClassName
{
color: #5715AC;
}
.AnyTagClassName
{
color: #5715AC;
}
</style>
background-color css
<style>
a { background-color: #5715AC; }
a { background-color: rgb(87,21,172); }
div.DivClassName
{
background-color: #5715AC;
}
.BgClassName
{
background-color: #5715AC;
}
</style>
border-color css
<style>
span { border-color: #5715AC; }
span { border-color: rgb(87,21,172); }
td.TdClassName
{
border-color: #5715AC;
}
.TagClassName
{
border-color: #5715AC;
}
</style>