Shades of Purple Heart #512DBE
Tints of Purple Heart #512DBE
RGB
CMYK
RGB Variations
Color information
#512DBE (or 0x512DBE) is known color: Purple Heart. HEX triplet: 51, 2D and BE. RGB value is (81,45,190). Sum of RGB (Red+Green+Blue) = 81+45+190=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #512DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512DBE is #AED241. Grayscale: #474747. Windows color (decimal): -11457090 or 12463441. OLE color: 12463441.
HSL color Cylindrical-coordinate representation of color #512DBE: hue angle of 254.9º 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 #512DBE is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 45 | 190 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.25 |
| HSL | 254.9º | 0.62% | 0.46% | - |
| HSV(B) | 254.9º | 0.76% | 0.75% | - |
| XYZ | 13.63 | 7.34 | 49.41 | - |
| YUV | 72.29 | 194.43 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 190 | 0.57 | 0.76 | 0 | 0.25 | 254.9 | 0.62 | 0.46 |
| Hex | 51 | 2D | BE | 39 | 4C | 0 | 19 | FF | 3E | 2E |
| Octal | 121 | 55 | 276 | 71 | 114 | 0 | 31 | 377 | 76 | 56 |
| Binary | 1010001 | 101101 | 10111110 | 111001 | 1001100 | 0 | 11001 | 11111111 | 111110 | 101110 |
Color Harmonies of #512DBE
Complementary color
Monochromatic Colors of #512DBE
Black with #512DBE
Text Example
Text Example
White with #512DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512DBE; }
p { color: rgb(81,45,190); }
H1.HeaderClassName
{
color: #512DBE;
}
.AnyTagClassName
{
color: #512DBE;
}
</style>
background-color css
<style>
a { background-color: #512DBE; }
a { background-color: rgb(81,45,190); }
div.DivClassName
{
background-color: #512DBE;
}
.BgClassName
{
background-color: #512DBE;
}
</style>
border-color css
<style>
span { border-color: #512DBE; }
span { border-color: rgb(81,45,190); }
td.TdClassName
{
border-color: #512DBE;
}
.TagClassName
{
border-color: #512DBE;
}
</style>