Shades of Purple Heart #5113B4
Tints of Purple Heart #5113B4
RGB
CMYK
RGB Variations
Color information
#5113B4 (or 0x5113B4) is known color: Purple Heart. HEX triplet: 51, 13 and B4. RGB value is (81,19,180). Sum of RGB (Red+Green+Blue) = 81+19+180=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 180 (70.70% from 255 or 64.29% from 280); Max value from RGB is 180 - color contains mainly: blue. Hex color #5113B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5113B4 is #AEEC4B. Grayscale: #373737. Windows color (decimal): -11463756 or 11801425. OLE color: 11801425.
HSL color Cylindrical-coordinate representation of color #5113B4: hue angle of 263.11º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5113B4 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 19 | 180 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.29 |
| HSL | 263.11º | 0.81% | 0.39% | - |
| HSV(B) | 263.11º | 0.89% | 0.71% | - |
| XYZ | 11.86 | 5.51 | 43.62 | - |
| YUV | 55.89 | 198.04 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 180 | 0.55 | 0.89 | 0 | 0.29 | 263.11 | 0.81 | 0.39 |
| Hex | 51 | 13 | B4 | 37 | 59 | 0 | 1D | 107 | 51 | 27 |
| Octal | 121 | 23 | 264 | 67 | 131 | 0 | 35 | 407 | 121 | 47 |
| Binary | 1010001 | 10011 | 10110100 | 110111 | 1011001 | 0 | 11101 | 100000111 | 1010001 | 100111 |
Color Harmonies of #5113B4
Complementary color
Monochromatic Colors of #5113B4
Black with #5113B4
Text Example
Text Example
White with #5113B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5113B4; }
p { color: rgb(81,19,180); }
H1.HeaderClassName
{
color: #5113B4;
}
.AnyTagClassName
{
color: #5113B4;
}
</style>
background-color css
<style>
a { background-color: #5113B4; }
a { background-color: rgb(81,19,180); }
div.DivClassName
{
background-color: #5113B4;
}
.BgClassName
{
background-color: #5113B4;
}
</style>
border-color css
<style>
span { border-color: #5113B4; }
span { border-color: rgb(81,19,180); }
td.TdClassName
{
border-color: #5113B4;
}
.TagClassName
{
border-color: #5113B4;
}
</style>