Shades of Purple Heart #5731AC
Tints of Purple Heart #5731AC
RGB
CMYK
RGB Variations
Color information
#5731AC (or 0x5731AC) is known color: Purple Heart. HEX triplet: 57, 31 and AC. RGB value is (87,49,172). Sum of RGB (Red+Green+Blue) = 87+49+172=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #5731AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5731AC is #A8CE53. Grayscale: #494949. Windows color (decimal): -11062868 or 11284823. OLE color: 11284823.
HSL color Cylindrical-coordinate representation of color #5731AC: hue angle of 258.54º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5731AC is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 49 | 172 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.33 |
| HSL | 258.54º | 0.56% | 0.43% | - |
| HSV(B) | 258.54º | 0.72% | 0.67% | - |
| XYZ | 12.48 | 7.2 | 39.76 | - |
| YUV | 74.38 | 183.09 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 49 | 172 | 0.49 | 0.72 | 0 | 0.33 | 258.54 | 0.56 | 0.43 |
| Hex | 57 | 31 | AC | 31 | 48 | 0 | 21 | 103 | 38 | 2B |
| Octal | 127 | 61 | 254 | 61 | 110 | 0 | 41 | 403 | 70 | 53 |
| Binary | 1010111 | 110001 | 10101100 | 110001 | 1001000 | 0 | 100001 | 100000011 | 111000 | 101011 |
Color Harmonies of #5731AC
Complementary color
Monochromatic Colors of #5731AC
Black with #5731AC
Text Example
Text Example
White with #5731AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5731AC; }
p { color: rgb(87,49,172); }
H1.HeaderClassName
{
color: #5731AC;
}
.AnyTagClassName
{
color: #5731AC;
}
</style>
background-color css
<style>
a { background-color: #5731AC; }
a { background-color: rgb(87,49,172); }
div.DivClassName
{
background-color: #5731AC;
}
.BgClassName
{
background-color: #5731AC;
}
</style>
border-color css
<style>
span { border-color: #5731AC; }
span { border-color: rgb(87,49,172); }
td.TdClassName
{
border-color: #5731AC;
}
.TagClassName
{
border-color: #5731AC;
}
</style>