Shades of Purple Heart #5126BD
Tints of Purple Heart #5126BD
RGB
CMYK
RGB Variations
Color information
#5126BD (or 0x5126BD) is known color: Purple Heart. HEX triplet: 51, 26 and BD. RGB value is (81,38,189). Sum of RGB (Red+Green+Blue) = 81+38+189=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #5126BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5126BD is #AED942. Grayscale: #434343. Windows color (decimal): -11458883 or 12396113. OLE color: 12396113.
HSL color Cylindrical-coordinate representation of color #5126BD: hue angle of 257.09º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5126BD is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 38 | 189 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.26 |
| HSL | 257.09º | 0.67% | 0.45% | - |
| HSV(B) | 257.09º | 0.8% | 0.74% | - |
| XYZ | 13.27 | 6.81 | 48.76 | - |
| YUV | 68.07 | 196.25 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 189 | 0.57 | 0.80 | 0 | 0.26 | 257.09 | 0.67 | 0.45 |
| Hex | 51 | 26 | BD | 39 | 50 | 0 | 1A | 101 | 43 | 2D |
| Octal | 121 | 46 | 275 | 71 | 120 | 0 | 32 | 401 | 103 | 55 |
| Binary | 1010001 | 100110 | 10111101 | 111001 | 1010000 | 0 | 11010 | 100000001 | 1000011 | 101101 |
Color Harmonies of #5126BD
Complementary color
Monochromatic Colors of #5126BD
Black with #5126BD
Text Example
Text Example
White with #5126BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5126BD; }
p { color: rgb(81,38,189); }
H1.HeaderClassName
{
color: #5126BD;
}
.AnyTagClassName
{
color: #5126BD;
}
</style>
background-color css
<style>
a { background-color: #5126BD; }
a { background-color: rgb(81,38,189); }
div.DivClassName
{
background-color: #5126BD;
}
.BgClassName
{
background-color: #5126BD;
}
</style>
border-color css
<style>
span { border-color: #5126BD; }
span { border-color: rgb(81,38,189); }
td.TdClassName
{
border-color: #5126BD;
}
.TagClassName
{
border-color: #5126BD;
}
</style>