Shades of Purple Heart #511DA4
Tints of Purple Heart #511DA4
RGB
CMYK
RGB Variations
Color information
#511DA4 (or 0x511DA4) is known color: Purple Heart. HEX triplet: 51, 1D and A4. RGB value is (81,29,164). Sum of RGB (Red+Green+Blue) = 81+29+164=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 164 (64.45% from 255 or 59.85% from 274); Max value from RGB is 164 - color contains mainly: blue. Hex color #511DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511DA4 is #AEE25B. Grayscale: #3B3B3B. Windows color (decimal): -11461212 or 10755409. OLE color: 10755409.
HSL color Cylindrical-coordinate representation of color #511DA4: hue angle of 263.11º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #511DA4 is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 29 | 164 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.36 |
| HSL | 263.11º | 0.7% | 0.38% | - |
| HSV(B) | 263.11º | 0.82% | 0.64% | - |
| XYZ | 10.53 | 5.31 | 35.59 | - |
| YUV | 59.94 | 186.73 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 164 | 0.51 | 0.82 | 0 | 0.36 | 263.11 | 0.7 | 0.38 |
| Hex | 51 | 1D | A4 | 33 | 52 | 0 | 24 | 107 | 46 | 26 |
| Octal | 121 | 35 | 244 | 63 | 122 | 0 | 44 | 407 | 106 | 46 |
| Binary | 1010001 | 11101 | 10100100 | 110011 | 1010010 | 0 | 100100 | 100000111 | 1000110 | 100110 |
Color Harmonies of #511DA4
Complementary color
Monochromatic Colors of #511DA4
Black with #511DA4
Text Example
Text Example
White with #511DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511DA4; }
p { color: rgb(81,29,164); }
H1.HeaderClassName
{
color: #511DA4;
}
.AnyTagClassName
{
color: #511DA4;
}
</style>
background-color css
<style>
a { background-color: #511DA4; }
a { background-color: rgb(81,29,164); }
div.DivClassName
{
background-color: #511DA4;
}
.BgClassName
{
background-color: #511DA4;
}
</style>
border-color css
<style>
span { border-color: #511DA4; }
span { border-color: rgb(81,29,164); }
td.TdClassName
{
border-color: #511DA4;
}
.TagClassName
{
border-color: #511DA4;
}
</style>