Shades of Purple Heart #511FB2
Tints of Purple Heart #511FB2
RGB
CMYK
RGB Variations
Color information
#511FB2 (or 0x511FB2) is known color: Purple Heart. HEX triplet: 51, 1F and B2. RGB value is (81,31,178). Sum of RGB (Red+Green+Blue) = 81+31+178=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 178 (69.92% from 255 or 61.38% from 290); Max value from RGB is 178 - color contains mainly: blue. Hex color #511FB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511FB2 is #AEE04D. Grayscale: #3E3E3E. Windows color (decimal): -11460686 or 11673425. OLE color: 11673425.
HSL color Cylindrical-coordinate representation of color #511FB2: hue angle of 260.41º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #511FB2 is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 81 | 31 | 178 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.30 |
| HSL | 260.41º | 0.7% | 0.41% | - |
| HSV(B) | 260.41º | 0.83% | 0.7% | - |
| XYZ | 11.92 | 5.94 | 42.64 | - |
| YUV | 62.71 | 193.07 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 178 | 0.54 | 0.83 | 0 | 0.30 | 260.41 | 0.7 | 0.41 |
| Hex | 51 | 1F | B2 | 36 | 53 | 0 | 1E | 104 | 46 | 29 |
| Octal | 121 | 37 | 262 | 66 | 123 | 0 | 36 | 404 | 106 | 51 |
| Binary | 1010001 | 11111 | 10110010 | 110110 | 1010011 | 0 | 11110 | 100000100 | 1000110 | 101001 |
Color Harmonies of #511FB2
Complementary color
Monochromatic Colors of #511FB2
Black with #511FB2
Text Example
Text Example
White with #511FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511FB2; }
p { color: rgb(81,31,178); }
H1.HeaderClassName
{
color: #511FB2;
}
.AnyTagClassName
{
color: #511FB2;
}
</style>
background-color css
<style>
a { background-color: #511FB2; }
a { background-color: rgb(81,31,178); }
div.DivClassName
{
background-color: #511FB2;
}
.BgClassName
{
background-color: #511FB2;
}
</style>
border-color css
<style>
span { border-color: #511FB2; }
span { border-color: rgb(81,31,178); }
td.TdClassName
{
border-color: #511FB2;
}
.TagClassName
{
border-color: #511FB2;
}
</style>