Shades of Purple Heart #5133BA
Tints of Purple Heart #5133BA
RGB
CMYK
RGB Variations
Color information
#5133BA (or 0x5133BA) is known color: Purple Heart. HEX triplet: 51, 33 and BA. RGB value is (81,51,186). Sum of RGB (Red+Green+Blue) = 81+51+186=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #5133BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5133BA is #AECC45. Grayscale: #4A4A4A. Windows color (decimal): -11455558 or 12202833. OLE color: 12202833.
HSL color Cylindrical-coordinate representation of color #5133BA: hue angle of 253.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5133BA is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 51 | 186 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.27 |
| HSL | 253.33º | 0.57% | 0.46% | - |
| HSV(B) | 253.33º | 0.73% | 0.73% | - |
| XYZ | 13.44 | 7.66 | 47.22 | - |
| YUV | 75.36 | 190.44 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 51 | 186 | 0.56 | 0.73 | 0 | 0.27 | 253.33 | 0.57 | 0.46 |
| Hex | 51 | 33 | BA | 38 | 49 | 0 | 1B | FD | 39 | 2E |
| Octal | 121 | 63 | 272 | 70 | 111 | 0 | 33 | 375 | 71 | 56 |
| Binary | 1010001 | 110011 | 10111010 | 111000 | 1001001 | 0 | 11011 | 11111101 | 111001 | 101110 |
Color Harmonies of #5133BA
Complementary color
Monochromatic Colors of #5133BA
Black with #5133BA
Text Example
Text Example
White with #5133BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5133BA; }
p { color: rgb(81,51,186); }
H1.HeaderClassName
{
color: #5133BA;
}
.AnyTagClassName
{
color: #5133BA;
}
</style>
background-color css
<style>
a { background-color: #5133BA; }
a { background-color: rgb(81,51,186); }
div.DivClassName
{
background-color: #5133BA;
}
.BgClassName
{
background-color: #5133BA;
}
</style>
border-color css
<style>
span { border-color: #5133BA; }
span { border-color: rgb(81,51,186); }
td.TdClassName
{
border-color: #5133BA;
}
.TagClassName
{
border-color: #5133BA;
}
</style>