Shades of Purple Heart #513FC8
Tints of Purple Heart #513FC8
RGB
CMYK
RGB Variations
Color information
#513FC8 (or 0x513FC8) is known color: Purple Heart. HEX triplet: 51, 3F and C8. RGB value is (81,63,200). Sum of RGB (Red+Green+Blue) = 81+63+200=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 200 (78.52% from 255 or 58.14% from 344); Max value from RGB is 200 - color contains mainly: blue. Hex color #513FC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513FC8 is #AEC037. Grayscale: #535353. Windows color (decimal): -11452472 or 13123409. OLE color: 13123409.
HSL color Cylindrical-coordinate representation of color #513FC8: hue angle of 247.88º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #513FC8 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 63 | 200 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.22 |
| HSL | 247.88º | 0.55% | 0.52% | - |
| HSV(B) | 247.88º | 0.69% | 0.78% | - |
| XYZ | 15.6 | 9.47 | 55.65 | - |
| YUV | 84 | 193.46 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 200 | 0.59 | 0.68 | 0 | 0.22 | 247.88 | 0.55 | 0.52 |
| Hex | 51 | 3F | C8 | 3B | 44 | 0 | 16 | F8 | 37 | 34 |
| Octal | 121 | 77 | 310 | 73 | 104 | 0 | 26 | 370 | 67 | 64 |
| Binary | 1010001 | 111111 | 11001000 | 111011 | 1000100 | 0 | 10110 | 11111000 | 110111 | 110100 |
Color Harmonies of #513FC8
Complementary color
Monochromatic Colors of #513FC8
Black with #513FC8
Text Example
Text Example
White with #513FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513FC8; }
p { color: rgb(81,63,200); }
H1.HeaderClassName
{
color: #513FC8;
}
.AnyTagClassName
{
color: #513FC8;
}
</style>
background-color css
<style>
a { background-color: #513FC8; }
a { background-color: rgb(81,63,200); }
div.DivClassName
{
background-color: #513FC8;
}
.BgClassName
{
background-color: #513FC8;
}
</style>
border-color css
<style>
span { border-color: #513FC8; }
span { border-color: rgb(81,63,200); }
td.TdClassName
{
border-color: #513FC8;
}
.TagClassName
{
border-color: #513FC8;
}
</style>