Shades of Purple Heart #513CCD
Tints of Purple Heart #513CCD
RGB
CMYK
RGB Variations
Color information
#513CCD (or 0x513CCD) is known color: Purple Heart. HEX triplet: 51, 3C and CD. RGB value is (81,60,205). Sum of RGB (Red+Green+Blue) = 81+60+205=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #513CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513CCD is #AEC332. Grayscale: #525252. Windows color (decimal): -11453235 or 13450321. OLE color: 13450321.
HSL color Cylindrical-coordinate representation of color #513CCD: hue angle of 248.69º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #513CCD is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 60 | 205 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.20 |
| HSL | 248.69º | 0.59% | 0.52% | - |
| HSV(B) | 248.69º | 0.71% | 0.8% | - |
| XYZ | 16.03 | 9.39 | 58.73 | - |
| YUV | 82.81 | 196.96 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 205 | 0.60 | 0.71 | 0 | 0.20 | 248.69 | 0.59 | 0.52 |
| Hex | 51 | 3C | CD | 3C | 47 | 0 | 14 | F9 | 3B | 34 |
| Octal | 121 | 74 | 315 | 74 | 107 | 0 | 24 | 371 | 73 | 64 |
| Binary | 1010001 | 111100 | 11001101 | 111100 | 1000111 | 0 | 10100 | 11111001 | 111011 | 110100 |
Color Harmonies of #513CCD
Complementary color
Monochromatic Colors of #513CCD
Black with #513CCD
Text Example
Text Example
White with #513CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513CCD; }
p { color: rgb(81,60,205); }
H1.HeaderClassName
{
color: #513CCD;
}
.AnyTagClassName
{
color: #513CCD;
}
</style>
background-color css
<style>
a { background-color: #513CCD; }
a { background-color: rgb(81,60,205); }
div.DivClassName
{
background-color: #513CCD;
}
.BgClassName
{
background-color: #513CCD;
}
</style>
border-color css
<style>
span { border-color: #513CCD; }
span { border-color: rgb(81,60,205); }
td.TdClassName
{
border-color: #513CCD;
}
.TagClassName
{
border-color: #513CCD;
}
</style>