Shades of Purple Heart #512FBE
Tints of Purple Heart #512FBE
RGB
CMYK
RGB Variations
Color information
#512FBE (or 0x512FBE) is known color: Purple Heart. HEX triplet: 51, 2F and BE. RGB value is (81,47,190). Sum of RGB (Red+Green+Blue) = 81+47+190=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #512FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512FBE is #AED041. Grayscale: #484848. Windows color (decimal): -11456578 or 12463953. OLE color: 12463953.
HSL color Cylindrical-coordinate representation of color #512FBE: hue angle of 254.27º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #512FBE is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 47 | 190 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.25 |
| HSL | 254.27º | 0.6% | 0.46% | - |
| HSV(B) | 254.27º | 0.75% | 0.75% | - |
| XYZ | 13.7 | 7.5 | 49.44 | - |
| YUV | 73.47 | 193.76 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 190 | 0.57 | 0.75 | 0 | 0.25 | 254.27 | 0.6 | 0.46 |
| Hex | 51 | 2F | BE | 39 | 4B | 0 | 19 | FE | 3C | 2E |
| Octal | 121 | 57 | 276 | 71 | 113 | 0 | 31 | 376 | 74 | 56 |
| Binary | 1010001 | 101111 | 10111110 | 111001 | 1001011 | 0 | 11001 | 11111110 | 111100 | 101110 |
Color Harmonies of #512FBE
Complementary color
Monochromatic Colors of #512FBE
Black with #512FBE
Text Example
Text Example
White with #512FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512FBE; }
p { color: rgb(81,47,190); }
H1.HeaderClassName
{
color: #512FBE;
}
.AnyTagClassName
{
color: #512FBE;
}
</style>
background-color css
<style>
a { background-color: #512FBE; }
a { background-color: rgb(81,47,190); }
div.DivClassName
{
background-color: #512FBE;
}
.BgClassName
{
background-color: #512FBE;
}
</style>
border-color css
<style>
span { border-color: #512FBE; }
span { border-color: rgb(81,47,190); }
td.TdClassName
{
border-color: #512FBE;
}
.TagClassName
{
border-color: #512FBE;
}
</style>