Shades of Purple Heart #5124BC
Tints of Purple Heart #5124BC
RGB
CMYK
RGB Variations
Color information
#5124BC (or 0x5124BC) is known color: Purple Heart. HEX triplet: 51, 24 and BC. RGB value is (81,36,188). Sum of RGB (Red+Green+Blue) = 81+36+188=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #5124BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5124BC is #AEDB43. Grayscale: #424242. Windows color (decimal): -11459396 or 12330065. OLE color: 12330065.
HSL color Cylindrical-coordinate representation of color #5124BC: hue angle of 257.76º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5124BC is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 36 | 188 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.26 |
| HSL | 257.76º | 0.68% | 0.44% | - |
| HSV(B) | 257.76º | 0.81% | 0.74% | - |
| XYZ | 13.1 | 6.64 | 48.17 | - |
| YUV | 66.78 | 196.41 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 36 | 188 | 0.57 | 0.81 | 0 | 0.26 | 257.76 | 0.68 | 0.44 |
| Hex | 51 | 24 | BC | 39 | 51 | 0 | 1A | 102 | 44 | 2C |
| Octal | 121 | 44 | 274 | 71 | 121 | 0 | 32 | 402 | 104 | 54 |
| Binary | 1010001 | 100100 | 10111100 | 111001 | 1010001 | 0 | 11010 | 100000010 | 1000100 | 101100 |
Color Harmonies of #5124BC
Complementary color
Monochromatic Colors of #5124BC
Black with #5124BC
Text Example
Text Example
White with #5124BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5124BC; }
p { color: rgb(81,36,188); }
H1.HeaderClassName
{
color: #5124BC;
}
.AnyTagClassName
{
color: #5124BC;
}
</style>
background-color css
<style>
a { background-color: #5124BC; }
a { background-color: rgb(81,36,188); }
div.DivClassName
{
background-color: #5124BC;
}
.BgClassName
{
background-color: #5124BC;
}
</style>
border-color css
<style>
span { border-color: #5124BC; }
span { border-color: rgb(81,36,188); }
td.TdClassName
{
border-color: #5124BC;
}
.TagClassName
{
border-color: #5124BC;
}
</style>