Shades of Purple Heart #512CBF
Tints of Purple Heart #512CBF
RGB
CMYK
RGB Variations
Color information
#512CBF (or 0x512CBF) is known color: Purple Heart. HEX triplet: 51, 2C and BF. RGB value is (81,44,191). Sum of RGB (Red+Green+Blue) = 81+44+191=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #512CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CBF is #AED340. Grayscale: #474747. Windows color (decimal): -11457345 or 12528721. OLE color: 12528721.
HSL color Cylindrical-coordinate representation of color #512CBF: hue angle of 255.1º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #512CBF is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 44 | 191 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.25 |
| HSL | 255.1º | 0.63% | 0.46% | - |
| HSV(B) | 255.1º | 0.77% | 0.75% | - |
| XYZ | 13.7 | 7.31 | 49.98 | - |
| YUV | 71.82 | 195.26 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 191 | 0.58 | 0.77 | 0 | 0.25 | 255.1 | 0.63 | 0.46 |
| Hex | 51 | 2C | BF | 3A | 4D | 0 | 19 | FF | 3F | 2E |
| Octal | 121 | 54 | 277 | 72 | 115 | 0 | 31 | 377 | 77 | 56 |
| Binary | 1010001 | 101100 | 10111111 | 111010 | 1001101 | 0 | 11001 | 11111111 | 111111 | 101110 |
Color Harmonies of #512CBF
Complementary color
Monochromatic Colors of #512CBF
Black with #512CBF
Text Example
Text Example
White with #512CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512CBF; }
p { color: rgb(81,44,191); }
H1.HeaderClassName
{
color: #512CBF;
}
.AnyTagClassName
{
color: #512CBF;
}
</style>
background-color css
<style>
a { background-color: #512CBF; }
a { background-color: rgb(81,44,191); }
div.DivClassName
{
background-color: #512CBF;
}
.BgClassName
{
background-color: #512CBF;
}
</style>
border-color css
<style>
span { border-color: #512CBF; }
span { border-color: rgb(81,44,191); }
td.TdClassName
{
border-color: #512CBF;
}
.TagClassName
{
border-color: #512CBF;
}
</style>