Shades of Purple Heart #513CC0
Tints of Purple Heart #513CC0
RGB
CMYK
RGB Variations
Color information
#513CC0 (or 0x513CC0) is known color: Purple Heart. HEX triplet: 51, 3C and C0. RGB value is (81,60,192). Sum of RGB (Red+Green+Blue) = 81+60+192=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 192 (75.39% from 255 or 57.66% from 333); Max value from RGB is 192 - color contains mainly: blue. Hex color #513CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513CC0 is #AEC33F. Grayscale: #505050. Windows color (decimal): -11453248 or 12598353. OLE color: 12598353.
HSL color Cylindrical-coordinate representation of color #513CC0: hue angle of 249.55º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #513CC0 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 60 | 192 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.25 |
| HSL | 249.55º | 0.52% | 0.49% | - |
| HSV(B) | 249.55º | 0.69% | 0.75% | - |
| XYZ | 14.52 | 8.79 | 50.8 | - |
| YUV | 81.33 | 190.46 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 192 | 0.58 | 0.69 | 0 | 0.25 | 249.55 | 0.52 | 0.49 |
| Hex | 51 | 3C | C0 | 3A | 45 | 0 | 19 | FA | 34 | 31 |
| Octal | 121 | 74 | 300 | 72 | 105 | 0 | 31 | 372 | 64 | 61 |
| Binary | 1010001 | 111100 | 11000000 | 111010 | 1000101 | 0 | 11001 | 11111010 | 110100 | 110001 |
Color Harmonies of #513CC0
Complementary color
Monochromatic Colors of #513CC0
Black with #513CC0
Text Example
Text Example
White with #513CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513CC0; }
p { color: rgb(81,60,192); }
H1.HeaderClassName
{
color: #513CC0;
}
.AnyTagClassName
{
color: #513CC0;
}
</style>
background-color css
<style>
a { background-color: #513CC0; }
a { background-color: rgb(81,60,192); }
div.DivClassName
{
background-color: #513CC0;
}
.BgClassName
{
background-color: #513CC0;
}
</style>
border-color css
<style>
span { border-color: #513CC0; }
span { border-color: rgb(81,60,192); }
td.TdClassName
{
border-color: #513CC0;
}
.TagClassName
{
border-color: #513CC0;
}
</style>