Shades of Purple Heart #5126BB
Tints of Purple Heart #5126BB
RGB
CMYK
RGB Variations
Color information
#5126BB (or 0x5126BB) is known color: Purple Heart. HEX triplet: 51, 26 and BB. RGB value is (81,38,187). Sum of RGB (Red+Green+Blue) = 81+38+187=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #5126BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5126BB is #AED944. Grayscale: #434343. Windows color (decimal): -11458885 or 12265041. OLE color: 12265041.
HSL color Cylindrical-coordinate representation of color #5126BB: hue angle of 257.32º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5126BB is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 38 | 187 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.27 |
| HSL | 257.32º | 0.66% | 0.44% | - |
| HSV(B) | 257.32º | 0.8% | 0.73% | - |
| XYZ | 13.06 | 6.72 | 47.62 | - |
| YUV | 67.84 | 195.25 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 187 | 0.57 | 0.80 | 0 | 0.27 | 257.32 | 0.66 | 0.44 |
| Hex | 51 | 26 | BB | 39 | 50 | 0 | 1B | 101 | 42 | 2C |
| Octal | 121 | 46 | 273 | 71 | 120 | 0 | 33 | 401 | 102 | 54 |
| Binary | 1010001 | 100110 | 10111011 | 111001 | 1010000 | 0 | 11011 | 100000001 | 1000010 | 101100 |
Color Harmonies of #5126BB
Complementary color
Monochromatic Colors of #5126BB
Black with #5126BB
Text Example
Text Example
White with #5126BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5126BB; }
p { color: rgb(81,38,187); }
H1.HeaderClassName
{
color: #5126BB;
}
.AnyTagClassName
{
color: #5126BB;
}
</style>
background-color css
<style>
a { background-color: #5126BB; }
a { background-color: rgb(81,38,187); }
div.DivClassName
{
background-color: #5126BB;
}
.BgClassName
{
background-color: #5126BB;
}
</style>
border-color css
<style>
span { border-color: #5126BB; }
span { border-color: rgb(81,38,187); }
td.TdClassName
{
border-color: #5126BB;
}
.TagClassName
{
border-color: #5126BB;
}
</style>