Shades of Purple Heart #511DB4
Tints of Purple Heart #511DB4
RGB
CMYK
RGB Variations
Color information
#511DB4 (or 0x511DB4) is known color: Purple Heart. HEX triplet: 51, 1D and B4. RGB value is (81,29,180). Sum of RGB (Red+Green+Blue) = 81+29+180=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 180 (70.70% from 255 or 62.07% from 290); Max value from RGB is 180 - color contains mainly: blue. Hex color #511DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511DB4 is #AEE24B. Grayscale: #3D3D3D. Windows color (decimal): -11461196 or 11803985. OLE color: 11803985.
HSL color Cylindrical-coordinate representation of color #511DB4: hue angle of 260.66º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511DB4 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 29 | 180 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.29 |
| HSL | 260.66º | 0.72% | 0.41% | - |
| HSV(B) | 260.66º | 0.84% | 0.71% | - |
| XYZ | 12.07 | 5.92 | 43.69 | - |
| YUV | 61.76 | 194.73 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 180 | 0.55 | 0.84 | 0 | 0.29 | 260.66 | 0.72 | 0.41 |
| Hex | 51 | 1D | B4 | 37 | 54 | 0 | 1D | 105 | 48 | 29 |
| Octal | 121 | 35 | 264 | 67 | 124 | 0 | 35 | 405 | 110 | 51 |
| Binary | 1010001 | 11101 | 10110100 | 110111 | 1010100 | 0 | 11101 | 100000101 | 1001000 | 101001 |
Color Harmonies of #511DB4
Complementary color
Monochromatic Colors of #511DB4
Black with #511DB4
Text Example
Text Example
White with #511DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511DB4; }
p { color: rgb(81,29,180); }
H1.HeaderClassName
{
color: #511DB4;
}
.AnyTagClassName
{
color: #511DB4;
}
</style>
background-color css
<style>
a { background-color: #511DB4; }
a { background-color: rgb(81,29,180); }
div.DivClassName
{
background-color: #511DB4;
}
.BgClassName
{
background-color: #511DB4;
}
</style>
border-color css
<style>
span { border-color: #511DB4; }
span { border-color: rgb(81,29,180); }
td.TdClassName
{
border-color: #511DB4;
}
.TagClassName
{
border-color: #511DB4;
}
</style>