Shades of Purple Heart #5133BD
Tints of Purple Heart #5133BD
RGB
CMYK
RGB Variations
Color information
#5133BD (or 0x5133BD) is known color: Purple Heart. HEX triplet: 51, 33 and BD. RGB value is (81,51,189). Sum of RGB (Red+Green+Blue) = 81+51+189=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #5133BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5133BD is #AECC42. Grayscale: #4B4B4B. Windows color (decimal): -11455555 or 12399441. OLE color: 12399441.
HSL color Cylindrical-coordinate representation of color #5133BD: hue angle of 253.04º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5133BD is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 51 | 189 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.26 |
| HSL | 253.04º | 0.58% | 0.47% | - |
| HSV(B) | 253.04º | 0.73% | 0.74% | - |
| XYZ | 13.76 | 7.79 | 48.92 | - |
| YUV | 75.7 | 191.94 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 51 | 189 | 0.57 | 0.73 | 0 | 0.26 | 253.04 | 0.58 | 0.47 |
| Hex | 51 | 33 | BD | 39 | 49 | 0 | 1A | FD | 3A | 2F |
| Octal | 121 | 63 | 275 | 71 | 111 | 0 | 32 | 375 | 72 | 57 |
| Binary | 1010001 | 110011 | 10111101 | 111001 | 1001001 | 0 | 11010 | 11111101 | 111010 | 101111 |
Color Harmonies of #5133BD
Complementary color
Monochromatic Colors of #5133BD
Black with #5133BD
Text Example
Text Example
White with #5133BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5133BD; }
p { color: rgb(81,51,189); }
H1.HeaderClassName
{
color: #5133BD;
}
.AnyTagClassName
{
color: #5133BD;
}
</style>
background-color css
<style>
a { background-color: #5133BD; }
a { background-color: rgb(81,51,189); }
div.DivClassName
{
background-color: #5133BD;
}
.BgClassName
{
background-color: #5133BD;
}
</style>
border-color css
<style>
span { border-color: #5133BD; }
span { border-color: rgb(81,51,189); }
td.TdClassName
{
border-color: #5133BD;
}
.TagClassName
{
border-color: #5133BD;
}
</style>