Shades of Purple Heart #5631AD
Tints of Purple Heart #5631AD
RGB
CMYK
RGB Variations
Color information
#5631AD (or 0x5631AD) is known color: Purple Heart. HEX triplet: 56, 31 and AD. RGB value is (86,49,173). Sum of RGB (Red+Green+Blue) = 86+49+173=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #5631AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5631AD is #A9CE52. Grayscale: #494949. Windows color (decimal): -11128403 or 11350358. OLE color: 11350358.
HSL color Cylindrical-coordinate representation of color #5631AD: hue angle of 257.9º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5631AD is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 49 | 173 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.32 |
| HSL | 257.9º | 0.56% | 0.44% | - |
| HSV(B) | 257.9º | 0.72% | 0.68% | - |
| XYZ | 12.48 | 7.19 | 40.27 | - |
| YUV | 74.2 | 183.76 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 49 | 173 | 0.50 | 0.72 | 0 | 0.32 | 257.9 | 0.56 | 0.44 |
| Hex | 56 | 31 | AD | 32 | 48 | 0 | 20 | 102 | 38 | 2C |
| Octal | 126 | 61 | 255 | 62 | 110 | 0 | 40 | 402 | 70 | 54 |
| Binary | 1010110 | 110001 | 10101101 | 110010 | 1001000 | 0 | 100000 | 100000010 | 111000 | 101100 |
Color Harmonies of #5631AD
Complementary color
Monochromatic Colors of #5631AD
Black with #5631AD
Text Example
Text Example
White with #5631AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5631AD; }
p { color: rgb(86,49,173); }
H1.HeaderClassName
{
color: #5631AD;
}
.AnyTagClassName
{
color: #5631AD;
}
</style>
background-color css
<style>
a { background-color: #5631AD; }
a { background-color: rgb(86,49,173); }
div.DivClassName
{
background-color: #5631AD;
}
.BgClassName
{
background-color: #5631AD;
}
</style>
border-color css
<style>
span { border-color: #5631AD; }
span { border-color: rgb(86,49,173); }
td.TdClassName
{
border-color: #5631AD;
}
.TagClassName
{
border-color: #5631AD;
}
</style>