Shades of Purple Heart #513EBA
Tints of Purple Heart #513EBA
RGB
CMYK
RGB Variations
Color information
#513EBA (or 0x513EBA) is known color: Purple Heart. HEX triplet: 51, 3E and BA. RGB value is (81,62,186). Sum of RGB (Red+Green+Blue) = 81+62+186=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #513EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513EBA is #AEC145. Grayscale: #515151. Windows color (decimal): -11452742 or 12205649. OLE color: 12205649.
HSL color Cylindrical-coordinate representation of color #513EBA: hue angle of 249.19º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #513EBA is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 62 | 186 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.27 |
| HSL | 249.19º | 0.5% | 0.49% | - |
| HSV(B) | 249.19º | 0.67% | 0.73% | - |
| XYZ | 13.98 | 8.74 | 47.4 | - |
| YUV | 81.82 | 186.79 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 186 | 0.56 | 0.67 | 0 | 0.27 | 249.19 | 0.5 | 0.49 |
| Hex | 51 | 3E | BA | 38 | 43 | 0 | 1B | F9 | 32 | 31 |
| Octal | 121 | 76 | 272 | 70 | 103 | 0 | 33 | 371 | 62 | 61 |
| Binary | 1010001 | 111110 | 10111010 | 111000 | 1000011 | 0 | 11011 | 11111001 | 110010 | 110001 |
Color Harmonies of #513EBA
Complementary color
Monochromatic Colors of #513EBA
Black with #513EBA
Text Example
Text Example
White with #513EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513EBA; }
p { color: rgb(81,62,186); }
H1.HeaderClassName
{
color: #513EBA;
}
.AnyTagClassName
{
color: #513EBA;
}
</style>
background-color css
<style>
a { background-color: #513EBA; }
a { background-color: rgb(81,62,186); }
div.DivClassName
{
background-color: #513EBA;
}
.BgClassName
{
background-color: #513EBA;
}
</style>
border-color css
<style>
span { border-color: #513EBA; }
span { border-color: rgb(81,62,186); }
td.TdClassName
{
border-color: #513EBA;
}
.TagClassName
{
border-color: #513EBA;
}
</style>