Shades of Purple Heart #5720AF
Tints of Purple Heart #5720AF
RGB
CMYK
RGB Variations
Color information
#5720AF (or 0x5720AF) is known color: Purple Heart. HEX triplet: 57, 20 and AF. RGB value is (87,32,175). Sum of RGB (Red+Green+Blue) = 87+32+175=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #5720AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5720AF is #A8DF50. Grayscale: #404040. Windows color (decimal): -11067217 or 11477079. OLE color: 11477079.
HSL color Cylindrical-coordinate representation of color #5720AF: hue angle of 263.08º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5720AF is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 32 | 175 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.31 |
| HSL | 263.08º | 0.69% | 0.41% | - |
| HSV(B) | 263.08º | 0.82% | 0.69% | - |
| XYZ | 12.18 | 6.15 | 41.1 | - |
| YUV | 64.75 | 190.22 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 32 | 175 | 0.50 | 0.82 | 0 | 0.31 | 263.08 | 0.69 | 0.41 |
| Hex | 57 | 20 | AF | 32 | 52 | 0 | 1F | 107 | 45 | 29 |
| Octal | 127 | 40 | 257 | 62 | 122 | 0 | 37 | 407 | 105 | 51 |
| Binary | 1010111 | 100000 | 10101111 | 110010 | 1010010 | 0 | 11111 | 100000111 | 1000101 | 101001 |
Color Harmonies of #5720AF
Complementary color
Monochromatic Colors of #5720AF
Black with #5720AF
Text Example
Text Example
White with #5720AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5720AF; }
p { color: rgb(87,32,175); }
H1.HeaderClassName
{
color: #5720AF;
}
.AnyTagClassName
{
color: #5720AF;
}
</style>
background-color css
<style>
a { background-color: #5720AF; }
a { background-color: rgb(87,32,175); }
div.DivClassName
{
background-color: #5720AF;
}
.BgClassName
{
background-color: #5720AF;
}
</style>
border-color css
<style>
span { border-color: #5720AF; }
span { border-color: rgb(87,32,175); }
td.TdClassName
{
border-color: #5720AF;
}
.TagClassName
{
border-color: #5720AF;
}
</style>