Shades of Purple Heart #512ABA
Tints of Purple Heart #512ABA
RGB
CMYK
RGB Variations
Color information
#512ABA (or 0x512ABA) is known color: Purple Heart. HEX triplet: 51, 2A and BA. RGB value is (81,42,186). Sum of RGB (Red+Green+Blue) = 81+42+186=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #512ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512ABA is #AED545. Grayscale: #454545. Windows color (decimal): -11457862 or 12200529. OLE color: 12200529.
HSL color Cylindrical-coordinate representation of color #512ABA: hue angle of 256.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #512ABA is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 42 | 186 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.27 |
| HSL | 256.25º | 0.63% | 0.45% | - |
| HSV(B) | 256.25º | 0.77% | 0.73% | - |
| XYZ | 13.08 | 6.95 | 47.11 | - |
| YUV | 70.08 | 193.42 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 186 | 0.56 | 0.77 | 0 | 0.27 | 256.25 | 0.63 | 0.45 |
| Hex | 51 | 2A | BA | 38 | 4D | 0 | 1B | 100 | 3F | 2D |
| Octal | 121 | 52 | 272 | 70 | 115 | 0 | 33 | 400 | 77 | 55 |
| Binary | 1010001 | 101010 | 10111010 | 111000 | 1001101 | 0 | 11011 | 100000000 | 111111 | 101101 |
Color Harmonies of #512ABA
Complementary color
Monochromatic Colors of #512ABA
Black with #512ABA
Text Example
Text Example
White with #512ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512ABA; }
p { color: rgb(81,42,186); }
H1.HeaderClassName
{
color: #512ABA;
}
.AnyTagClassName
{
color: #512ABA;
}
</style>
background-color css
<style>
a { background-color: #512ABA; }
a { background-color: rgb(81,42,186); }
div.DivClassName
{
background-color: #512ABA;
}
.BgClassName
{
background-color: #512ABA;
}
</style>
border-color css
<style>
span { border-color: #512ABA; }
span { border-color: rgb(81,42,186); }
td.TdClassName
{
border-color: #512ABA;
}
.TagClassName
{
border-color: #512ABA;
}
</style>