Shades of Purple Heart #513ACC
Tints of Purple Heart #513ACC
RGB
CMYK
RGB Variations
Color information
#513ACC (or 0x513ACC) is known color: Purple Heart. HEX triplet: 51, 3A and CC. RGB value is (81,58,204). Sum of RGB (Red+Green+Blue) = 81+58+204=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #513ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513ACC is #AEC533. Grayscale: #505050. Windows color (decimal): -11453748 or 13384273. OLE color: 13384273.
HSL color Cylindrical-coordinate representation of color #513ACC: hue angle of 249.45º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #513ACC is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 58 | 204 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.2 |
| HSL | 249.45º | 0.59% | 0.51% | - |
| HSV(B) | 249.45º | 0.72% | 0.8% | - |
| XYZ | 15.81 | 9.14 | 58.06 | - |
| YUV | 81.52 | 197.12 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 204 | 0.60 | 0.72 | 0 | 0.2 | 249.45 | 0.59 | 0.51 |
| Hex | 51 | 3A | CC | 3C | 48 | 0 | 14 | F9 | 3B | 33 |
| Octal | 121 | 72 | 314 | 74 | 110 | 0 | 24 | 371 | 73 | 63 |
| Binary | 1010001 | 111010 | 11001100 | 111100 | 1001000 | 0 | 10100 | 11111001 | 111011 | 110011 |
Color Harmonies of #513ACC
Complementary color
Monochromatic Colors of #513ACC
Black with #513ACC
Text Example
Text Example
White with #513ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513ACC; }
p { color: rgb(81,58,204); }
H1.HeaderClassName
{
color: #513ACC;
}
.AnyTagClassName
{
color: #513ACC;
}
</style>
background-color css
<style>
a { background-color: #513ACC; }
a { background-color: rgb(81,58,204); }
div.DivClassName
{
background-color: #513ACC;
}
.BgClassName
{
background-color: #513ACC;
}
</style>
border-color css
<style>
span { border-color: #513ACC; }
span { border-color: rgb(81,58,204); }
td.TdClassName
{
border-color: #513ACC;
}
.TagClassName
{
border-color: #513ACC;
}
</style>