Shades of Purple Heart #5136AD
Tints of Purple Heart #5136AD
RGB
CMYK
RGB Variations
Color information
#5136AD (or 0x5136AD) is known color: Purple Heart. HEX triplet: 51, 36 and AD. RGB value is (81,54,173). Sum of RGB (Red+Green+Blue) = 81+54+173=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 54 (21.48% from 255 or 17.53% 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 #5136AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5136AD is #AEC952. Grayscale: #4B4B4B. Windows color (decimal): -11454803 or 11351633. OLE color: 11351633.
HSL color Cylindrical-coordinate representation of color #5136AD: hue angle of 253.61º 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 #5136AD is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 54 | 173 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.32 |
| HSL | 253.61º | 0.52% | 0.45% | - |
| HSV(B) | 253.61º | 0.69% | 0.68% | - |
| XYZ | 12.26 | 7.4 | 40.32 | - |
| YUV | 75.64 | 182.95 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 54 | 173 | 0.53 | 0.69 | 0 | 0.32 | 253.61 | 0.52 | 0.45 |
| Hex | 51 | 36 | AD | 35 | 45 | 0 | 20 | FE | 34 | 2D |
| Octal | 121 | 66 | 255 | 65 | 105 | 0 | 40 | 376 | 64 | 55 |
| Binary | 1010001 | 110110 | 10101101 | 110101 | 1000101 | 0 | 100000 | 11111110 | 110100 | 101101 |
Color Harmonies of #5136AD
Complementary color
Monochromatic Colors of #5136AD
Black with #5136AD
Text Example
Text Example
White with #5136AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5136AD; }
p { color: rgb(81,54,173); }
H1.HeaderClassName
{
color: #5136AD;
}
.AnyTagClassName
{
color: #5136AD;
}
</style>
background-color css
<style>
a { background-color: #5136AD; }
a { background-color: rgb(81,54,173); }
div.DivClassName
{
background-color: #5136AD;
}
.BgClassName
{
background-color: #5136AD;
}
</style>
border-color css
<style>
span { border-color: #5136AD; }
span { border-color: rgb(81,54,173); }
td.TdClassName
{
border-color: #5136AD;
}
.TagClassName
{
border-color: #5136AD;
}
</style>