Shades of Purple Heart #5707AF
Tints of Purple Heart #5707AF
RGB
CMYK
RGB Variations
Color information
#5707AF (or 0x5707AF) is known color: Purple Heart. HEX triplet: 57, 07 and AF. RGB value is (87,7,175). Sum of RGB (Red+Green+Blue) = 87+7+175=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #5707AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5707AF is #A8F850. Grayscale: #313131. Windows color (decimal): -11073617 or 11470679. OLE color: 11470679.
HSL color Cylindrical-coordinate representation of color #5707AF: hue angle of 268.57º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5707AF is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 7 | 175 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.31 |
| HSL | 268.57º | 0.92% | 0.36% | - |
| HSV(B) | 268.57º | 0.96% | 0.69% | - |
| XYZ | 11.74 | 5.27 | 40.96 | - |
| YUV | 50.07 | 198.5 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 7 | 175 | 0.50 | 0.96 | 0 | 0.31 | 268.57 | 0.92 | 0.36 |
| Hex | 57 | 7 | AF | 32 | 60 | 0 | 1F | 10D | 5C | 24 |
| Octal | 127 | 7 | 257 | 62 | 140 | 0 | 37 | 415 | 134 | 44 |
| Binary | 1010111 | 111 | 10101111 | 110010 | 1100000 | 0 | 11111 | 100001101 | 1011100 | 100100 |
Color Harmonies of #5707AF
Complementary color
Monochromatic Colors of #5707AF
Black with #5707AF
Text Example
Text Example
White with #5707AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5707AF; }
p { color: rgb(87,7,175); }
H1.HeaderClassName
{
color: #5707AF;
}
.AnyTagClassName
{
color: #5707AF;
}
</style>
background-color css
<style>
a { background-color: #5707AF; }
a { background-color: rgb(87,7,175); }
div.DivClassName
{
background-color: #5707AF;
}
.BgClassName
{
background-color: #5707AF;
}
</style>
border-color css
<style>
span { border-color: #5707AF; }
span { border-color: rgb(87,7,175); }
td.TdClassName
{
border-color: #5707AF;
}
.TagClassName
{
border-color: #5707AF;
}
</style>