Shades of Purple Heart #5130BD
Tints of Purple Heart #5130BD
RGB
CMYK
RGB Variations
Color information
#5130BD (or 0x5130BD) is known color: Purple Heart. HEX triplet: 51, 30 and BD. RGB value is (81,48,189). Sum of RGB (Red+Green+Blue) = 81+48+189=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 189 (74.22% from 255 or 59.43% from 318); Max value from RGB is 189 - color contains mainly: blue. Hex color #5130BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5130BD is #AECF42. Grayscale: #494949. Windows color (decimal): -11456323 or 12398673. OLE color: 12398673.
HSL color Cylindrical-coordinate representation of color #5130BD: hue angle of 254.04º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5130BD is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 48 | 189 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.26 |
| HSL | 254.04º | 0.59% | 0.46% | - |
| HSV(B) | 254.04º | 0.75% | 0.74% | - |
| XYZ | 13.64 | 7.54 | 48.88 | - |
| YUV | 73.94 | 192.93 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 48 | 189 | 0.57 | 0.75 | 0 | 0.26 | 254.04 | 0.59 | 0.46 |
| Hex | 51 | 30 | BD | 39 | 4B | 0 | 1A | FE | 3B | 2E |
| Octal | 121 | 60 | 275 | 71 | 113 | 0 | 32 | 376 | 73 | 56 |
| Binary | 1010001 | 110000 | 10111101 | 111001 | 1001011 | 0 | 11010 | 11111110 | 111011 | 101110 |
Color Harmonies of #5130BD
Complementary color
Monochromatic Colors of #5130BD
Black with #5130BD
Text Example
Text Example
White with #5130BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5130BD; }
p { color: rgb(81,48,189); }
H1.HeaderClassName
{
color: #5130BD;
}
.AnyTagClassName
{
color: #5130BD;
}
</style>
background-color css
<style>
a { background-color: #5130BD; }
a { background-color: rgb(81,48,189); }
div.DivClassName
{
background-color: #5130BD;
}
.BgClassName
{
background-color: #5130BD;
}
</style>
border-color css
<style>
span { border-color: #5130BD; }
span { border-color: rgb(81,48,189); }
td.TdClassName
{
border-color: #5130BD;
}
.TagClassName
{
border-color: #5130BD;
}
</style>