Shades of Purple Heart #513FC9
Tints of Purple Heart #513FC9
RGB
CMYK
RGB Variations
Color information
#513FC9 (or 0x513FC9) is known color: Purple Heart. HEX triplet: 51, 3F and C9. RGB value is (81,63,201). Sum of RGB (Red+Green+Blue) = 81+63+201=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 201 (78.91% from 255 or 58.26% from 345); Max value from RGB is 201 - color contains mainly: blue. Hex color #513FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513FC9 is #AEC036. Grayscale: #535353. Windows color (decimal): -11452471 or 13188945. OLE color: 13188945.
HSL color Cylindrical-coordinate representation of color #513FC9: hue angle of 247.83º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #513FC9 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 63 | 201 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.21 |
| HSL | 247.83º | 0.56% | 0.52% | - |
| HSV(B) | 247.83º | 0.69% | 0.79% | - |
| XYZ | 15.71 | 9.52 | 56.27 | - |
| YUV | 84.11 | 193.96 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 201 | 0.60 | 0.69 | 0 | 0.21 | 247.83 | 0.56 | 0.52 |
| Hex | 51 | 3F | C9 | 3C | 45 | 0 | 15 | F8 | 38 | 34 |
| Octal | 121 | 77 | 311 | 74 | 105 | 0 | 25 | 370 | 70 | 64 |
| Binary | 1010001 | 111111 | 11001001 | 111100 | 1000101 | 0 | 10101 | 11111000 | 111000 | 110100 |
Color Harmonies of #513FC9
Complementary color
Monochromatic Colors of #513FC9
Black with #513FC9
Text Example
Text Example
White with #513FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513FC9; }
p { color: rgb(81,63,201); }
H1.HeaderClassName
{
color: #513FC9;
}
.AnyTagClassName
{
color: #513FC9;
}
</style>
background-color css
<style>
a { background-color: #513FC9; }
a { background-color: rgb(81,63,201); }
div.DivClassName
{
background-color: #513FC9;
}
.BgClassName
{
background-color: #513FC9;
}
</style>
border-color css
<style>
span { border-color: #513FC9; }
span { border-color: rgb(81,63,201); }
td.TdClassName
{
border-color: #513FC9;
}
.TagClassName
{
border-color: #513FC9;
}
</style>