Shades of Purple Heart #512BAF
Tints of Purple Heart #512BAF
RGB
CMYK
RGB Variations
Color information
#512BAF (or 0x512BAF) is known color: Purple Heart. HEX triplet: 51, 2B and AF. RGB value is (81,43,175). Sum of RGB (Red+Green+Blue) = 81+43+175=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #512BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512BAF is #AED450. Grayscale: #444444. Windows color (decimal): -11457617 or 11479889. OLE color: 11479889.
HSL color Cylindrical-coordinate representation of color #512BAF: hue angle of 257.27º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #512BAF is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 43 | 175 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.31 |
| HSL | 257.27º | 0.61% | 0.43% | - |
| HSV(B) | 257.27º | 0.75% | 0.69% | - |
| XYZ | 12 | 6.57 | 41.19 | - |
| YUV | 69.41 | 187.59 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 175 | 0.54 | 0.75 | 0 | 0.31 | 257.27 | 0.61 | 0.43 |
| Hex | 51 | 2B | AF | 36 | 4B | 0 | 1F | 101 | 3D | 2B |
| Octal | 121 | 53 | 257 | 66 | 113 | 0 | 37 | 401 | 75 | 53 |
| Binary | 1010001 | 101011 | 10101111 | 110110 | 1001011 | 0 | 11111 | 100000001 | 111101 | 101011 |
Color Harmonies of #512BAF
Complementary color
Monochromatic Colors of #512BAF
Black with #512BAF
Text Example
Text Example
White with #512BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512BAF; }
p { color: rgb(81,43,175); }
H1.HeaderClassName
{
color: #512BAF;
}
.AnyTagClassName
{
color: #512BAF;
}
</style>
background-color css
<style>
a { background-color: #512BAF; }
a { background-color: rgb(81,43,175); }
div.DivClassName
{
background-color: #512BAF;
}
.BgClassName
{
background-color: #512BAF;
}
</style>
border-color css
<style>
span { border-color: #512BAF; }
span { border-color: rgb(81,43,175); }
td.TdClassName
{
border-color: #512BAF;
}
.TagClassName
{
border-color: #512BAF;
}
</style>