Shades of Purple Heart #512CB1
Tints of Purple Heart #512CB1
RGB
CMYK
RGB Variations
Color information
#512CB1 (or 0x512CB1) is known color: Purple Heart. HEX triplet: 51, 2C and B1. RGB value is (81,44,177). Sum of RGB (Red+Green+Blue) = 81+44+177=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 177 (69.53% from 255 or 58.61% from 302); Max value from RGB is 177 - color contains mainly: blue. Hex color #512CB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512CB1 is #AED34E. Grayscale: #454545. Windows color (decimal): -11457359 or 11611217. OLE color: 11611217.
HSL color Cylindrical-coordinate representation of color #512CB1: hue angle of 256.69º degrees, saturation: 0.6, 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 #512CB1 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 44 | 177 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.31 |
| HSL | 256.69º | 0.6% | 0.43% | - |
| HSV(B) | 256.69º | 0.75% | 0.69% | - |
| XYZ | 12.23 | 6.73 | 42.25 | - |
| YUV | 70.23 | 188.26 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 177 | 0.54 | 0.75 | 0 | 0.31 | 256.69 | 0.6 | 0.43 |
| Hex | 51 | 2C | B1 | 36 | 4B | 0 | 1F | 101 | 3C | 2B |
| Octal | 121 | 54 | 261 | 66 | 113 | 0 | 37 | 401 | 74 | 53 |
| Binary | 1010001 | 101100 | 10110001 | 110110 | 1001011 | 0 | 11111 | 100000001 | 111100 | 101011 |
Color Harmonies of #512CB1
Complementary color
Monochromatic Colors of #512CB1
Black with #512CB1
Text Example
Text Example
White with #512CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512CB1; }
p { color: rgb(81,44,177); }
H1.HeaderClassName
{
color: #512CB1;
}
.AnyTagClassName
{
color: #512CB1;
}
</style>
background-color css
<style>
a { background-color: #512CB1; }
a { background-color: rgb(81,44,177); }
div.DivClassName
{
background-color: #512CB1;
}
.BgClassName
{
background-color: #512CB1;
}
</style>
border-color css
<style>
span { border-color: #512CB1; }
span { border-color: rgb(81,44,177); }
td.TdClassName
{
border-color: #512CB1;
}
.TagClassName
{
border-color: #512CB1;
}
</style>