Shades of Purple Heart #5638AD
Tints of Purple Heart #5638AD
RGB
CMYK
RGB Variations
Color information
#5638AD (or 0x5638AD) is known color: Purple Heart. HEX triplet: 56, 38 and AD. RGB value is (86,56,173). Sum of RGB (Red+Green+Blue) = 86+56+173=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #5638AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5638AD is #A9C752. Grayscale: #4D4D4D. Windows color (decimal): -11126611 or 11352150. OLE color: 11352150.
HSL color Cylindrical-coordinate representation of color #5638AD: hue angle of 255.38º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5638AD is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 56 | 173 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.32 |
| HSL | 255.38º | 0.51% | 0.45% | - |
| HSV(B) | 255.38º | 0.68% | 0.68% | - |
| XYZ | 12.79 | 7.82 | 40.37 | - |
| YUV | 78.31 | 181.44 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 56 | 173 | 0.50 | 0.68 | 0 | 0.32 | 255.38 | 0.51 | 0.45 |
| Hex | 56 | 38 | AD | 32 | 44 | 0 | 20 | FF | 33 | 2D |
| Octal | 126 | 70 | 255 | 62 | 104 | 0 | 40 | 377 | 63 | 55 |
| Binary | 1010110 | 111000 | 10101101 | 110010 | 1000100 | 0 | 100000 | 11111111 | 110011 | 101101 |
Color Harmonies of #5638AD
Complementary color
Monochromatic Colors of #5638AD
Black with #5638AD
Text Example
Text Example
White with #5638AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5638AD; }
p { color: rgb(86,56,173); }
H1.HeaderClassName
{
color: #5638AD;
}
.AnyTagClassName
{
color: #5638AD;
}
</style>
background-color css
<style>
a { background-color: #5638AD; }
a { background-color: rgb(86,56,173); }
div.DivClassName
{
background-color: #5638AD;
}
.BgClassName
{
background-color: #5638AD;
}
</style>
border-color css
<style>
span { border-color: #5638AD; }
span { border-color: rgb(86,56,173); }
td.TdClassName
{
border-color: #5638AD;
}
.TagClassName
{
border-color: #5638AD;
}
</style>