Shades of Purple Heart #5130BA
Tints of Purple Heart #5130BA
RGB
CMYK
RGB Variations
Color information
#5130BA (or 0x5130BA) is known color: Purple Heart. HEX triplet: 51, 30 and BA. RGB value is (81,48,186). Sum of RGB (Red+Green+Blue) = 81+48+186=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #5130BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5130BA is #AECF45. Grayscale: #494949. Windows color (decimal): -11456326 or 12202065. OLE color: 12202065.
HSL color Cylindrical-coordinate representation of color #5130BA: hue angle of 254.35º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5130BA is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 48 | 186 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.27 |
| HSL | 254.35º | 0.59% | 0.46% | - |
| HSV(B) | 254.35º | 0.74% | 0.73% | - |
| XYZ | 13.31 | 7.41 | 47.18 | - |
| YUV | 73.6 | 191.43 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 48 | 186 | 0.56 | 0.74 | 0 | 0.27 | 254.35 | 0.59 | 0.46 |
| Hex | 51 | 30 | BA | 38 | 4A | 0 | 1B | FE | 3B | 2E |
| Octal | 121 | 60 | 272 | 70 | 112 | 0 | 33 | 376 | 73 | 56 |
| Binary | 1010001 | 110000 | 10111010 | 111000 | 1001010 | 0 | 11011 | 11111110 | 111011 | 101110 |
Color Harmonies of #5130BA
Complementary color
Monochromatic Colors of #5130BA
Black with #5130BA
Text Example
Text Example
White with #5130BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5130BA; }
p { color: rgb(81,48,186); }
H1.HeaderClassName
{
color: #5130BA;
}
.AnyTagClassName
{
color: #5130BA;
}
</style>
background-color css
<style>
a { background-color: #5130BA; }
a { background-color: rgb(81,48,186); }
div.DivClassName
{
background-color: #5130BA;
}
.BgClassName
{
background-color: #5130BA;
}
</style>
border-color css
<style>
span { border-color: #5130BA; }
span { border-color: rgb(81,48,186); }
td.TdClassName
{
border-color: #5130BA;
}
.TagClassName
{
border-color: #5130BA;
}
</style>