Shades of Purple Heart #512DBC
Tints of Purple Heart #512DBC
RGB
CMYK
RGB Variations
Color information
#512DBC (or 0x512DBC) is known color: Purple Heart. HEX triplet: 51, 2D and BC. RGB value is (81,45,188). Sum of RGB (Red+Green+Blue) = 81+45+188=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #512DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512DBC is #AED243. Grayscale: #474747. Windows color (decimal): -11457092 or 12332369. OLE color: 12332369.
HSL color Cylindrical-coordinate representation of color #512DBC: hue angle of 255.1º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #512DBC is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 45 | 188 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.26 |
| HSL | 255.1º | 0.61% | 0.46% | - |
| HSV(B) | 255.1º | 0.76% | 0.74% | - |
| XYZ | 13.41 | 7.26 | 48.27 | - |
| YUV | 72.07 | 193.43 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 188 | 0.57 | 0.76 | 0 | 0.26 | 255.1 | 0.61 | 0.46 |
| Hex | 51 | 2D | BC | 39 | 4C | 0 | 1A | FF | 3D | 2E |
| Octal | 121 | 55 | 274 | 71 | 114 | 0 | 32 | 377 | 75 | 56 |
| Binary | 1010001 | 101101 | 10111100 | 111001 | 1001100 | 0 | 11010 | 11111111 | 111101 | 101110 |
Color Harmonies of #512DBC
Complementary color
Monochromatic Colors of #512DBC
Black with #512DBC
Text Example
Text Example
White with #512DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512DBC; }
p { color: rgb(81,45,188); }
H1.HeaderClassName
{
color: #512DBC;
}
.AnyTagClassName
{
color: #512DBC;
}
</style>
background-color css
<style>
a { background-color: #512DBC; }
a { background-color: rgb(81,45,188); }
div.DivClassName
{
background-color: #512DBC;
}
.BgClassName
{
background-color: #512DBC;
}
</style>
border-color css
<style>
span { border-color: #512DBC; }
span { border-color: rgb(81,45,188); }
td.TdClassName
{
border-color: #512DBC;
}
.TagClassName
{
border-color: #512DBC;
}
</style>