Shades of Purple Heart #511BA4
Tints of Purple Heart #511BA4
RGB
CMYK
RGB Variations
Color information
#511BA4 (or 0x511BA4) is known color: Purple Heart. HEX triplet: 51, 1B and A4. RGB value is (81,27,164). Sum of RGB (Red+Green+Blue) = 81+27+164=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 164 (64.45% from 255 or 60.29% from 272); Max value from RGB is 164 - color contains mainly: blue. Hex color #511BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511BA4 is #AEE45B. Grayscale: #3A3A3A. Windows color (decimal): -11461724 or 10754897. OLE color: 10754897.
HSL color Cylindrical-coordinate representation of color #511BA4: hue angle of 263.65º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511BA4 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 27 | 164 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.36 |
| HSL | 263.65º | 0.72% | 0.37% | - |
| HSV(B) | 263.65º | 0.84% | 0.64% | - |
| XYZ | 10.49 | 5.21 | 35.58 | - |
| YUV | 58.76 | 187.39 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 164 | 0.51 | 0.84 | 0 | 0.36 | 263.65 | 0.72 | 0.37 |
| Hex | 51 | 1B | A4 | 33 | 54 | 0 | 24 | 108 | 48 | 25 |
| Octal | 121 | 33 | 244 | 63 | 124 | 0 | 44 | 410 | 110 | 45 |
| Binary | 1010001 | 11011 | 10100100 | 110011 | 1010100 | 0 | 100100 | 100001000 | 1001000 | 100101 |
Color Harmonies of #511BA4
Complementary color
Monochromatic Colors of #511BA4
Black with #511BA4
Text Example
Text Example
White with #511BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511BA4; }
p { color: rgb(81,27,164); }
H1.HeaderClassName
{
color: #511BA4;
}
.AnyTagClassName
{
color: #511BA4;
}
</style>
background-color css
<style>
a { background-color: #511BA4; }
a { background-color: rgb(81,27,164); }
div.DivClassName
{
background-color: #511BA4;
}
.BgClassName
{
background-color: #511BA4;
}
</style>
border-color css
<style>
span { border-color: #511BA4; }
span { border-color: rgb(81,27,164); }
td.TdClassName
{
border-color: #511BA4;
}
.TagClassName
{
border-color: #511BA4;
}
</style>