Shades of Purple Heart #511FC1
Tints of Purple Heart #511FC1
RGB
CMYK
RGB Variations
Color information
#511FC1 (or 0x511FC1) is known color: Purple Heart. HEX triplet: 51, 1F and C1. RGB value is (81,31,193). Sum of RGB (Red+Green+Blue) = 81+31+193=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 193 (75.78% from 255 or 63.28% from 305); Max value from RGB is 193 - color contains mainly: blue. Hex color #511FC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511FC1 is #AEE03E. Grayscale: #3F3F3F. Windows color (decimal): -11460671 or 12656465. OLE color: 12656465.
HSL color Cylindrical-coordinate representation of color #511FC1: hue angle of 258.52º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511FC1 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 31 | 193 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.24 |
| HSL | 258.52º | 0.72% | 0.44% | - |
| HSV(B) | 258.52º | 0.84% | 0.76% | - |
| XYZ | 13.51 | 6.58 | 51.01 | - |
| YUV | 64.42 | 200.57 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 193 | 0.58 | 0.84 | 0 | 0.24 | 258.52 | 0.72 | 0.44 |
| Hex | 51 | 1F | C1 | 3A | 54 | 0 | 18 | 103 | 48 | 2C |
| Octal | 121 | 37 | 301 | 72 | 124 | 0 | 30 | 403 | 110 | 54 |
| Binary | 1010001 | 11111 | 11000001 | 111010 | 1010100 | 0 | 11000 | 100000011 | 1001000 | 101100 |
Color Harmonies of #511FC1
Complementary color
Monochromatic Colors of #511FC1
Black with #511FC1
Text Example
Text Example
White with #511FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511FC1; }
p { color: rgb(81,31,193); }
H1.HeaderClassName
{
color: #511FC1;
}
.AnyTagClassName
{
color: #511FC1;
}
</style>
background-color css
<style>
a { background-color: #511FC1; }
a { background-color: rgb(81,31,193); }
div.DivClassName
{
background-color: #511FC1;
}
.BgClassName
{
background-color: #511FC1;
}
</style>
border-color css
<style>
span { border-color: #511FC1; }
span { border-color: rgb(81,31,193); }
td.TdClassName
{
border-color: #511FC1;
}
.TagClassName
{
border-color: #511FC1;
}
</style>