Shades of Purple Heart #5629A7
Tints of Purple Heart #5629A7
RGB
CMYK
RGB Variations
Color information
#5629A7 (or 0x5629A7) is known color: Purple Heart. HEX triplet: 56, 29 and A7. RGB value is (86,41,167). Sum of RGB (Red+Green+Blue) = 86+41+167=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 167 (65.62% from 255 or 56.80% from 294); Max value from RGB is 167 - color contains mainly: blue. Hex color #5629A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5629A7 is #A9D658. Grayscale: #444444. Windows color (decimal): -11130457 or 10955094. OLE color: 10955094.
HSL color Cylindrical-coordinate representation of color #5629A7: hue angle of 261.43º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5629A7 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 41 | 167 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.35 |
| HSL | 261.43º | 0.61% | 0.41% | - |
| HSV(B) | 261.43º | 0.75% | 0.65% | - |
| XYZ | 11.61 | 6.35 | 37.17 | - |
| YUV | 68.82 | 183.41 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 41 | 167 | 0.49 | 0.75 | 0 | 0.35 | 261.43 | 0.61 | 0.41 |
| Hex | 56 | 29 | A7 | 31 | 4B | 0 | 23 | 105 | 3D | 29 |
| Octal | 126 | 51 | 247 | 61 | 113 | 0 | 43 | 405 | 75 | 51 |
| Binary | 1010110 | 101001 | 10100111 | 110001 | 1001011 | 0 | 100011 | 100000101 | 111101 | 101001 |
Color Harmonies of #5629A7
Complementary color
Monochromatic Colors of #5629A7
Black with #5629A7
Text Example
Text Example
White with #5629A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5629A7; }
p { color: rgb(86,41,167); }
H1.HeaderClassName
{
color: #5629A7;
}
.AnyTagClassName
{
color: #5629A7;
}
</style>
background-color css
<style>
a { background-color: #5629A7; }
a { background-color: rgb(86,41,167); }
div.DivClassName
{
background-color: #5629A7;
}
.BgClassName
{
background-color: #5629A7;
}
</style>
border-color css
<style>
span { border-color: #5629A7; }
span { border-color: rgb(86,41,167); }
td.TdClassName
{
border-color: #5629A7;
}
.TagClassName
{
border-color: #5629A7;
}
</style>