Shades of Purple Heart #5936AD
Tints of Purple Heart #5936AD
RGB
CMYK
RGB Variations
Color information
#5936AD (or 0x5936AD) is known color: Purple Heart. HEX triplet: 59, 36 and AD. RGB value is (89,54,173). Sum of RGB (Red+Green+Blue) = 89+54+173=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #5936AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5936AD is #A6C952. Grayscale: #4D4D4D. Windows color (decimal): -10930515 or 11351641. OLE color: 11351641.
HSL color Cylindrical-coordinate representation of color #5936AD: hue angle of 257.65º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5936AD is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 54 | 173 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.32 |
| HSL | 257.65º | 0.52% | 0.45% | - |
| HSV(B) | 257.65º | 0.69% | 0.68% | - |
| XYZ | 12.98 | 7.78 | 40.35 | - |
| YUV | 78.03 | 181.6 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 54 | 173 | 0.49 | 0.69 | 0 | 0.32 | 257.65 | 0.52 | 0.45 |
| Hex | 59 | 36 | AD | 31 | 45 | 0 | 20 | 102 | 34 | 2D |
| Octal | 131 | 66 | 255 | 61 | 105 | 0 | 40 | 402 | 64 | 55 |
| Binary | 1011001 | 110110 | 10101101 | 110001 | 1000101 | 0 | 100000 | 100000010 | 110100 | 101101 |
Color Harmonies of #5936AD
Complementary color
Monochromatic Colors of #5936AD
Black with #5936AD
Text Example
Text Example
White with #5936AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5936AD; }
p { color: rgb(89,54,173); }
H1.HeaderClassName
{
color: #5936AD;
}
.AnyTagClassName
{
color: #5936AD;
}
</style>
background-color css
<style>
a { background-color: #5936AD; }
a { background-color: rgb(89,54,173); }
div.DivClassName
{
background-color: #5936AD;
}
.BgClassName
{
background-color: #5936AD;
}
</style>
border-color css
<style>
span { border-color: #5936AD; }
span { border-color: rgb(89,54,173); }
td.TdClassName
{
border-color: #5936AD;
}
.TagClassName
{
border-color: #5936AD;
}
</style>