Shades of Purple Heart #513ECB
Tints of Purple Heart #513ECB
RGB
CMYK
RGB Variations
Color information
#513ECB (or 0x513ECB) is known color: Purple Heart. HEX triplet: 51, 3E and CB. RGB value is (81,62,203). Sum of RGB (Red+Green+Blue) = 81+62+203=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #513ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513ECB is #AEC134. Grayscale: #535353. Windows color (decimal): -11452725 or 13319761. OLE color: 13319761.
HSL color Cylindrical-coordinate representation of color #513ECB: hue angle of 248.09º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #513ECB is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 62 | 203 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.20 |
| HSL | 248.09º | 0.58% | 0.52% | - |
| HSV(B) | 248.09º | 0.69% | 0.8% | - |
| XYZ | 15.9 | 9.51 | 57.5 | - |
| YUV | 83.76 | 195.29 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 203 | 0.60 | 0.69 | 0 | 0.20 | 248.09 | 0.58 | 0.52 |
| Hex | 51 | 3E | CB | 3C | 45 | 0 | 14 | F8 | 3A | 34 |
| Octal | 121 | 76 | 313 | 74 | 105 | 0 | 24 | 370 | 72 | 64 |
| Binary | 1010001 | 111110 | 11001011 | 111100 | 1000101 | 0 | 10100 | 11111000 | 111010 | 110100 |
Color Harmonies of #513ECB
Complementary color
Monochromatic Colors of #513ECB
Black with #513ECB
Text Example
Text Example
White with #513ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513ECB; }
p { color: rgb(81,62,203); }
H1.HeaderClassName
{
color: #513ECB;
}
.AnyTagClassName
{
color: #513ECB;
}
</style>
background-color css
<style>
a { background-color: #513ECB; }
a { background-color: rgb(81,62,203); }
div.DivClassName
{
background-color: #513ECB;
}
.BgClassName
{
background-color: #513ECB;
}
</style>
border-color css
<style>
span { border-color: #513ECB; }
span { border-color: rgb(81,62,203); }
td.TdClassName
{
border-color: #513ECB;
}
.TagClassName
{
border-color: #513ECB;
}
</style>