Shades of Purple Heart #5135BB
Tints of Purple Heart #5135BB
RGB
CMYK
RGB Variations
Color information
#5135BB (or 0x5135BB) is known color: Purple Heart. HEX triplet: 51, 35 and BB. RGB value is (81,53,187). Sum of RGB (Red+Green+Blue) = 81+53+187=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #5135BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5135BB is #AECA44. Grayscale: #4C4C4C. Windows color (decimal): -11455045 or 12268881. OLE color: 12268881.
HSL color Cylindrical-coordinate representation of color #5135BB: hue angle of 252.54º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5135BB is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 53 | 187 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.27 |
| HSL | 252.54º | 0.56% | 0.47% | - |
| HSV(B) | 252.54º | 0.72% | 0.73% | - |
| XYZ | 13.64 | 7.88 | 47.82 | - |
| YUV | 76.65 | 190.28 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 53 | 187 | 0.57 | 0.72 | 0 | 0.27 | 252.54 | 0.56 | 0.47 |
| Hex | 51 | 35 | BB | 39 | 48 | 0 | 1B | FD | 38 | 2F |
| Octal | 121 | 65 | 273 | 71 | 110 | 0 | 33 | 375 | 70 | 57 |
| Binary | 1010001 | 110101 | 10111011 | 111001 | 1001000 | 0 | 11011 | 11111101 | 111000 | 101111 |
Color Harmonies of #5135BB
Complementary color
Monochromatic Colors of #5135BB
Black with #5135BB
Text Example
Text Example
White with #5135BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5135BB; }
p { color: rgb(81,53,187); }
H1.HeaderClassName
{
color: #5135BB;
}
.AnyTagClassName
{
color: #5135BB;
}
</style>
background-color css
<style>
a { background-color: #5135BB; }
a { background-color: rgb(81,53,187); }
div.DivClassName
{
background-color: #5135BB;
}
.BgClassName
{
background-color: #5135BB;
}
</style>
border-color css
<style>
span { border-color: #5135BB; }
span { border-color: rgb(81,53,187); }
td.TdClassName
{
border-color: #5135BB;
}
.TagClassName
{
border-color: #5135BB;
}
</style>