Shades of Purple Heart #512CAD
Tints of Purple Heart #512CAD
RGB
CMYK
RGB Variations
Color information
#512CAD (or 0x512CAD) is known color: Purple Heart. HEX triplet: 51, 2C and AD. RGB value is (81,44,173). Sum of RGB (Red+Green+Blue) = 81+44+173=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #512CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512CAD is #AED352. Grayscale: #454545. Windows color (decimal): -11457363 or 11349073. OLE color: 11349073.
HSL color Cylindrical-coordinate representation of color #512CAD: hue angle of 257.21º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #512CAD is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 44 | 173 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.32 |
| HSL | 257.21º | 0.59% | 0.43% | - |
| HSV(B) | 257.21º | 0.75% | 0.68% | - |
| XYZ | 11.84 | 6.57 | 40.18 | - |
| YUV | 69.77 | 186.26 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 173 | 0.53 | 0.75 | 0 | 0.32 | 257.21 | 0.59 | 0.43 |
| Hex | 51 | 2C | AD | 35 | 4B | 0 | 20 | 101 | 3B | 2B |
| Octal | 121 | 54 | 255 | 65 | 113 | 0 | 40 | 401 | 73 | 53 |
| Binary | 1010001 | 101100 | 10101101 | 110101 | 1001011 | 0 | 100000 | 100000001 | 111011 | 101011 |
Color Harmonies of #512CAD
Complementary color
Monochromatic Colors of #512CAD
Black with #512CAD
Text Example
Text Example
White with #512CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512CAD; }
p { color: rgb(81,44,173); }
H1.HeaderClassName
{
color: #512CAD;
}
.AnyTagClassName
{
color: #512CAD;
}
</style>
background-color css
<style>
a { background-color: #512CAD; }
a { background-color: rgb(81,44,173); }
div.DivClassName
{
background-color: #512CAD;
}
.BgClassName
{
background-color: #512CAD;
}
</style>
border-color css
<style>
span { border-color: #512CAD; }
span { border-color: rgb(81,44,173); }
td.TdClassName
{
border-color: #512CAD;
}
.TagClassName
{
border-color: #512CAD;
}
</style>