Shades of Purple Heart #513ECF
Tints of Purple Heart #513ECF
RGB
CMYK
RGB Variations
Color information
#513ECF (or 0x513ECF) is known color: Purple Heart. HEX triplet: 51, 3E and CF. RGB value is (81,62,207). Sum of RGB (Red+Green+Blue) = 81+62+207=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #513ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513ECF is #AEC130. Grayscale: #535353. Windows color (decimal): -11452721 or 13581905. OLE color: 13581905.
HSL color Cylindrical-coordinate representation of color #513ECF: hue angle of 247.86º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #513ECF is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 62 | 207 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.19 |
| HSL | 247.86º | 0.6% | 0.53% | - |
| HSV(B) | 247.86º | 0.7% | 0.81% | - |
| XYZ | 16.38 | 9.7 | 60.04 | - |
| YUV | 84.21 | 197.29 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 207 | 0.61 | 0.70 | 0 | 0.19 | 247.86 | 0.6 | 0.53 |
| Hex | 51 | 3E | CF | 3D | 46 | 0 | 13 | F8 | 3C | 35 |
| Octal | 121 | 76 | 317 | 75 | 106 | 0 | 23 | 370 | 74 | 65 |
| Binary | 1010001 | 111110 | 11001111 | 111101 | 1000110 | 0 | 10011 | 11111000 | 111100 | 110101 |
Color Harmonies of #513ECF
Complementary color
Monochromatic Colors of #513ECF
Black with #513ECF
Text Example
Text Example
White with #513ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513ECF; }
p { color: rgb(81,62,207); }
H1.HeaderClassName
{
color: #513ECF;
}
.AnyTagClassName
{
color: #513ECF;
}
</style>
background-color css
<style>
a { background-color: #513ECF; }
a { background-color: rgb(81,62,207); }
div.DivClassName
{
background-color: #513ECF;
}
.BgClassName
{
background-color: #513ECF;
}
</style>
border-color css
<style>
span { border-color: #513ECF; }
span { border-color: rgb(81,62,207); }
td.TdClassName
{
border-color: #513ECF;
}
.TagClassName
{
border-color: #513ECF;
}
</style>