Shades of Purple Heart #511FC9
Tints of Purple Heart #511FC9
RGB
CMYK
RGB Variations
Color information
#511FC9 (or 0x511FC9) is known color: Purple Heart. HEX triplet: 51, 1F and C9. RGB value is (81,31,201). Sum of RGB (Red+Green+Blue) = 81+31+201=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 201 (78.91% from 255 or 64.22% from 313); Max value from RGB is 201 - color contains mainly: blue. Hex color #511FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511FC9 is #AEE036. Grayscale: #404040. Windows color (decimal): -11460663 or 13180753. OLE color: 13180753.
HSL color Cylindrical-coordinate representation of color #511FC9: hue angle of 257.65º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511FC9 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 31 | 201 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.21 |
| HSL | 257.65º | 0.73% | 0.45% | - |
| HSV(B) | 257.65º | 0.85% | 0.79% | - |
| XYZ | 14.43 | 6.95 | 55.84 | - |
| YUV | 65.33 | 204.57 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 201 | 0.60 | 0.85 | 0 | 0.21 | 257.65 | 0.73 | 0.45 |
| Hex | 51 | 1F | C9 | 3C | 55 | 0 | 15 | 102 | 49 | 2D |
| Octal | 121 | 37 | 311 | 74 | 125 | 0 | 25 | 402 | 111 | 55 |
| Binary | 1010001 | 11111 | 11001001 | 111100 | 1010101 | 0 | 10101 | 100000010 | 1001001 | 101101 |
Color Harmonies of #511FC9
Complementary color
Monochromatic Colors of #511FC9
Black with #511FC9
Text Example
Text Example
White with #511FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511FC9; }
p { color: rgb(81,31,201); }
H1.HeaderClassName
{
color: #511FC9;
}
.AnyTagClassName
{
color: #511FC9;
}
</style>
background-color css
<style>
a { background-color: #511FC9; }
a { background-color: rgb(81,31,201); }
div.DivClassName
{
background-color: #511FC9;
}
.BgClassName
{
background-color: #511FC9;
}
</style>
border-color css
<style>
span { border-color: #511FC9; }
span { border-color: rgb(81,31,201); }
td.TdClassName
{
border-color: #511FC9;
}
.TagClassName
{
border-color: #511FC9;
}
</style>