Shades of Purple Heart #513EC6
Tints of Purple Heart #513EC6
RGB
CMYK
RGB Variations
Color information
#513EC6 (or 0x513EC6) is known color: Purple Heart. HEX triplet: 51, 3E and C6. RGB value is (81,62,198). Sum of RGB (Red+Green+Blue) = 81+62+198=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 198 (77.73% from 255 or 58.06% from 341); Max value from RGB is 198 - color contains mainly: blue. Hex color #513EC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513EC6 is #AEC139. Grayscale: #525252. Windows color (decimal): -11452730 or 12992081. OLE color: 12992081.
HSL color Cylindrical-coordinate representation of color #513EC6: hue angle of 248.38º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #513EC6 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 62 | 198 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.22 |
| HSL | 248.38º | 0.54% | 0.51% | - |
| HSV(B) | 248.38º | 0.69% | 0.78% | - |
| XYZ | 15.31 | 9.27 | 54.41 | - |
| YUV | 83.19 | 192.79 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 198 | 0.59 | 0.69 | 0 | 0.22 | 248.38 | 0.54 | 0.51 |
| Hex | 51 | 3E | C6 | 3B | 45 | 0 | 16 | F8 | 36 | 33 |
| Octal | 121 | 76 | 306 | 73 | 105 | 0 | 26 | 370 | 66 | 63 |
| Binary | 1010001 | 111110 | 11000110 | 111011 | 1000101 | 0 | 10110 | 11111000 | 110110 | 110011 |
Color Harmonies of #513EC6
Complementary color
Monochromatic Colors of #513EC6
Black with #513EC6
Text Example
Text Example
White with #513EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513EC6; }
p { color: rgb(81,62,198); }
H1.HeaderClassName
{
color: #513EC6;
}
.AnyTagClassName
{
color: #513EC6;
}
</style>
background-color css
<style>
a { background-color: #513EC6; }
a { background-color: rgb(81,62,198); }
div.DivClassName
{
background-color: #513EC6;
}
.BgClassName
{
background-color: #513EC6;
}
</style>
border-color css
<style>
span { border-color: #513EC6; }
span { border-color: rgb(81,62,198); }
td.TdClassName
{
border-color: #513EC6;
}
.TagClassName
{
border-color: #513EC6;
}
</style>