Shades of Purple Heart #511CB7
Tints of Purple Heart #511CB7
RGB
CMYK
RGB Variations
Color information
#511CB7 (or 0x511CB7) is known color: Purple Heart. HEX triplet: 51, 1C and B7. RGB value is (81,28,183). Sum of RGB (Red+Green+Blue) = 81+28+183=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 183 (71.88% from 255 or 62.67% from 292); Max value from RGB is 183 - color contains mainly: blue. Hex color #511CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511CB7 is #AEE348. Grayscale: #3C3C3C. Windows color (decimal): -11461449 or 12000337. OLE color: 12000337.
HSL color Cylindrical-coordinate representation of color #511CB7: hue angle of 260.52º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511CB7 is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 81 | 28 | 183 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.28 |
| HSL | 260.52º | 0.73% | 0.41% | - |
| HSV(B) | 260.52º | 0.85% | 0.72% | - |
| XYZ | 12.36 | 6 | 45.31 | - |
| YUV | 61.52 | 196.56 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 183 | 0.56 | 0.85 | 0 | 0.28 | 260.52 | 0.73 | 0.41 |
| Hex | 51 | 1C | B7 | 38 | 55 | 0 | 1C | 105 | 49 | 29 |
| Octal | 121 | 34 | 267 | 70 | 125 | 0 | 34 | 405 | 111 | 51 |
| Binary | 1010001 | 11100 | 10110111 | 111000 | 1010101 | 0 | 11100 | 100000101 | 1001001 | 101001 |
Color Harmonies of #511CB7
Complementary color
Monochromatic Colors of #511CB7
Black with #511CB7
Text Example
Text Example
White with #511CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511CB7; }
p { color: rgb(81,28,183); }
H1.HeaderClassName
{
color: #511CB7;
}
.AnyTagClassName
{
color: #511CB7;
}
</style>
background-color css
<style>
a { background-color: #511CB7; }
a { background-color: rgb(81,28,183); }
div.DivClassName
{
background-color: #511CB7;
}
.BgClassName
{
background-color: #511CB7;
}
</style>
border-color css
<style>
span { border-color: #511CB7; }
span { border-color: rgb(81,28,183); }
td.TdClassName
{
border-color: #511CB7;
}
.TagClassName
{
border-color: #511CB7;
}
</style>