Shades of Purple Heart #512CC0
Tints of Purple Heart #512CC0
RGB
CMYK
RGB Variations
Color information
#512CC0 (or 0x512CC0) is known color: Purple Heart. HEX triplet: 51, 2C and C0. RGB value is (81,44,192). Sum of RGB (Red+Green+Blue) = 81+44+192=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 192 (75.39% from 255 or 60.57% from 317); Max value from RGB is 192 - color contains mainly: blue. Hex color #512CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CC0 is #AED33F. Grayscale: #474747. Windows color (decimal): -11457344 or 12594257. OLE color: 12594257.
HSL color Cylindrical-coordinate representation of color #512CC0: hue angle of 255º 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 #512CC0 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 44 | 192 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.25 |
| HSL | 255º | 0.63% | 0.46% | - |
| HSV(B) | 255º | 0.77% | 0.75% | - |
| XYZ | 13.81 | 7.36 | 50.56 | - |
| YUV | 71.94 | 195.76 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 192 | 0.58 | 0.77 | 0 | 0.25 | 255 | 0.63 | 0.46 |
| Hex | 51 | 2C | C0 | 3A | 4D | 0 | 19 | FF | 3F | 2E |
| Octal | 121 | 54 | 300 | 72 | 115 | 0 | 31 | 377 | 77 | 56 |
| Binary | 1010001 | 101100 | 11000000 | 111010 | 1001101 | 0 | 11001 | 11111111 | 111111 | 101110 |
Color Harmonies of #512CC0
Complementary color
Monochromatic Colors of #512CC0
Black with #512CC0
Text Example
Text Example
White with #512CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512CC0; }
p { color: rgb(81,44,192); }
H1.HeaderClassName
{
color: #512CC0;
}
.AnyTagClassName
{
color: #512CC0;
}
</style>
background-color css
<style>
a { background-color: #512CC0; }
a { background-color: rgb(81,44,192); }
div.DivClassName
{
background-color: #512CC0;
}
.BgClassName
{
background-color: #512CC0;
}
</style>
border-color css
<style>
span { border-color: #512CC0; }
span { border-color: rgb(81,44,192); }
td.TdClassName
{
border-color: #512CC0;
}
.TagClassName
{
border-color: #512CC0;
}
</style>