Shades of Purple Heart #5136AF
Tints of Purple Heart #5136AF
RGB
CMYK
RGB Variations
Color information
#5136AF (or 0x5136AF) is known color: Purple Heart. HEX triplet: 51, 36 and AF. RGB value is (81,54,175). Sum of RGB (Red+Green+Blue) = 81+54+175=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #5136AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5136AF is #AEC950. Grayscale: #4B4B4B. Windows color (decimal): -11454801 or 11482705. OLE color: 11482705.
HSL color Cylindrical-coordinate representation of color #5136AF: hue angle of 253.39º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5136AF is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 54 | 175 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.31 |
| HSL | 253.39º | 0.53% | 0.45% | - |
| HSV(B) | 253.39º | 0.69% | 0.69% | - |
| XYZ | 12.45 | 7.48 | 41.35 | - |
| YUV | 75.87 | 183.95 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 54 | 175 | 0.54 | 0.69 | 0 | 0.31 | 253.39 | 0.53 | 0.45 |
| Hex | 51 | 36 | AF | 36 | 45 | 0 | 1F | FD | 35 | 2D |
| Octal | 121 | 66 | 257 | 66 | 105 | 0 | 37 | 375 | 65 | 55 |
| Binary | 1010001 | 110110 | 10101111 | 110110 | 1000101 | 0 | 11111 | 11111101 | 110101 | 101101 |
Color Harmonies of #5136AF
Complementary color
Monochromatic Colors of #5136AF
Black with #5136AF
Text Example
Text Example
White with #5136AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5136AF; }
p { color: rgb(81,54,175); }
H1.HeaderClassName
{
color: #5136AF;
}
.AnyTagClassName
{
color: #5136AF;
}
</style>
background-color css
<style>
a { background-color: #5136AF; }
a { background-color: rgb(81,54,175); }
div.DivClassName
{
background-color: #5136AF;
}
.BgClassName
{
background-color: #5136AF;
}
</style>
border-color css
<style>
span { border-color: #5136AF; }
span { border-color: rgb(81,54,175); }
td.TdClassName
{
border-color: #5136AF;
}
.TagClassName
{
border-color: #5136AF;
}
</style>