Shades of Purple Heart #511DB5
Tints of Purple Heart #511DB5
RGB
CMYK
RGB Variations
Color information
#511DB5 (or 0x511DB5) is known color: Purple Heart. HEX triplet: 51, 1D and B5. RGB value is (81,29,181). Sum of RGB (Red+Green+Blue) = 81+29+181=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 181 (71.09% from 255 or 62.20% from 291); Max value from RGB is 181 - color contains mainly: blue. Hex color #511DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511DB5 is #AEE24A. Grayscale: #3D3D3D. Windows color (decimal): -11461195 or 11869521. OLE color: 11869521.
HSL color Cylindrical-coordinate representation of color #511DB5: hue angle of 260.53º 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 #511DB5 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 29 | 181 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.29 |
| HSL | 260.53º | 0.72% | 0.41% | - |
| HSV(B) | 260.53º | 0.84% | 0.71% | - |
| XYZ | 12.17 | 5.96 | 44.23 | - |
| YUV | 61.88 | 195.23 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 181 | 0.55 | 0.84 | 0 | 0.29 | 260.53 | 0.72 | 0.41 |
| Hex | 51 | 1D | B5 | 37 | 54 | 0 | 1D | 105 | 48 | 29 |
| Octal | 121 | 35 | 265 | 67 | 124 | 0 | 35 | 405 | 110 | 51 |
| Binary | 1010001 | 11101 | 10110101 | 110111 | 1010100 | 0 | 11101 | 100000101 | 1001000 | 101001 |
Color Harmonies of #511DB5
Complementary color
Monochromatic Colors of #511DB5
Black with #511DB5
Text Example
Text Example
White with #511DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511DB5; }
p { color: rgb(81,29,181); }
H1.HeaderClassName
{
color: #511DB5;
}
.AnyTagClassName
{
color: #511DB5;
}
</style>
background-color css
<style>
a { background-color: #511DB5; }
a { background-color: rgb(81,29,181); }
div.DivClassName
{
background-color: #511DB5;
}
.BgClassName
{
background-color: #511DB5;
}
</style>
border-color css
<style>
span { border-color: #511DB5; }
span { border-color: rgb(81,29,181); }
td.TdClassName
{
border-color: #511DB5;
}
.TagClassName
{
border-color: #511DB5;
}
</style>