Shades of Purple Heart #5635AB
Tints of Purple Heart #5635AB
RGB
CMYK
RGB Variations
Color information
#5635AB (or 0x5635AB) is known color: Purple Heart. HEX triplet: 56, 35 and AB. RGB value is (86,53,171). Sum of RGB (Red+Green+Blue) = 86+53+171=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #5635AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5635AB is #A9CA54. Grayscale: #4B4B4B. Windows color (decimal): -11127381 or 11220310. OLE color: 11220310.
HSL color Cylindrical-coordinate representation of color #5635AB: hue angle of 256.78º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5635AB is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 53 | 171 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.33 |
| HSL | 256.78º | 0.53% | 0.44% | - |
| HSV(B) | 256.78º | 0.69% | 0.67% | - |
| XYZ | 12.46 | 7.46 | 39.31 | - |
| YUV | 76.32 | 181.43 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 53 | 171 | 0.50 | 0.69 | 0 | 0.33 | 256.78 | 0.53 | 0.44 |
| Hex | 56 | 35 | AB | 32 | 45 | 0 | 21 | 101 | 35 | 2C |
| Octal | 126 | 65 | 253 | 62 | 105 | 0 | 41 | 401 | 65 | 54 |
| Binary | 1010110 | 110101 | 10101011 | 110010 | 1000101 | 0 | 100001 | 100000001 | 110101 | 101100 |
Color Harmonies of #5635AB
Complementary color
Monochromatic Colors of #5635AB
Black with #5635AB
Text Example
Text Example
White with #5635AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5635AB; }
p { color: rgb(86,53,171); }
H1.HeaderClassName
{
color: #5635AB;
}
.AnyTagClassName
{
color: #5635AB;
}
</style>
background-color css
<style>
a { background-color: #5635AB; }
a { background-color: rgb(86,53,171); }
div.DivClassName
{
background-color: #5635AB;
}
.BgClassName
{
background-color: #5635AB;
}
</style>
border-color css
<style>
span { border-color: #5635AB; }
span { border-color: rgb(86,53,171); }
td.TdClassName
{
border-color: #5635AB;
}
.TagClassName
{
border-color: #5635AB;
}
</style>