Shades of Purple Heart #512DBF
Tints of Purple Heart #512DBF
RGB
CMYK
RGB Variations
Color information
#512DBF (or 0x512DBF) is known color: Purple Heart. HEX triplet: 51, 2D and BF. RGB value is (81,45,191). Sum of RGB (Red+Green+Blue) = 81+45+191=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #512DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512DBF is #AED240. Grayscale: #474747. Windows color (decimal): -11457089 or 12528977. OLE color: 12528977.
HSL color Cylindrical-coordinate representation of color #512DBF: hue angle of 254.79º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #512DBF is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 45 | 191 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.25 |
| HSL | 254.79º | 0.62% | 0.46% | - |
| HSV(B) | 254.79º | 0.76% | 0.75% | - |
| XYZ | 13.74 | 7.39 | 49.99 | - |
| YUV | 72.41 | 194.93 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 191 | 0.58 | 0.76 | 0 | 0.25 | 254.79 | 0.62 | 0.46 |
| Hex | 51 | 2D | BF | 3A | 4C | 0 | 19 | FF | 3E | 2E |
| Octal | 121 | 55 | 277 | 72 | 114 | 0 | 31 | 377 | 76 | 56 |
| Binary | 1010001 | 101101 | 10111111 | 111010 | 1001100 | 0 | 11001 | 11111111 | 111110 | 101110 |
Color Harmonies of #512DBF
Complementary color
Monochromatic Colors of #512DBF
Black with #512DBF
Text Example
Text Example
White with #512DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512DBF; }
p { color: rgb(81,45,191); }
H1.HeaderClassName
{
color: #512DBF;
}
.AnyTagClassName
{
color: #512DBF;
}
</style>
background-color css
<style>
a { background-color: #512DBF; }
a { background-color: rgb(81,45,191); }
div.DivClassName
{
background-color: #512DBF;
}
.BgClassName
{
background-color: #512DBF;
}
</style>
border-color css
<style>
span { border-color: #512DBF; }
span { border-color: rgb(81,45,191); }
td.TdClassName
{
border-color: #512DBF;
}
.TagClassName
{
border-color: #512DBF;
}
</style>