Shades of Purple Heart #572ABA
Tints of Purple Heart #572ABA
RGB
CMYK
RGB Variations
Color information
#572ABA (or 0x572ABA) is known color: Purple Heart. HEX triplet: 57, 2A and BA. RGB value is (87,42,186). Sum of RGB (Red+Green+Blue) = 87+42+186=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #572ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572ABA is #A8D545. Grayscale: #474747. Windows color (decimal): -11064646 or 12200535. OLE color: 12200535.
HSL color Cylindrical-coordinate representation of color #572ABA: hue angle of 258.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #572ABA is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 42 | 186 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.27 |
| HSL | 258.75º | 0.63% | 0.45% | - |
| HSV(B) | 258.75º | 0.77% | 0.73% | - |
| XYZ | 13.62 | 7.23 | 47.13 | - |
| YUV | 71.87 | 192.41 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 186 | 0.53 | 0.77 | 0 | 0.27 | 258.75 | 0.63 | 0.45 |
| Hex | 57 | 2A | BA | 35 | 4D | 0 | 1B | 103 | 3F | 2D |
| Octal | 127 | 52 | 272 | 65 | 115 | 0 | 33 | 403 | 77 | 55 |
| Binary | 1010111 | 101010 | 10111010 | 110101 | 1001101 | 0 | 11011 | 100000011 | 111111 | 101101 |
Color Harmonies of #572ABA
Complementary color
Monochromatic Colors of #572ABA
Black with #572ABA
Text Example
Text Example
White with #572ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572ABA; }
p { color: rgb(87,42,186); }
H1.HeaderClassName
{
color: #572ABA;
}
.AnyTagClassName
{
color: #572ABA;
}
</style>
background-color css
<style>
a { background-color: #572ABA; }
a { background-color: rgb(87,42,186); }
div.DivClassName
{
background-color: #572ABA;
}
.BgClassName
{
background-color: #572ABA;
}
</style>
border-color css
<style>
span { border-color: #572ABA; }
span { border-color: rgb(87,42,186); }
td.TdClassName
{
border-color: #572ABA;
}
.TagClassName
{
border-color: #572ABA;
}
</style>