Shades of Purple Heart #513BCC
Tints of Purple Heart #513BCC
RGB
CMYK
RGB Variations
Color information
#513BCC (or 0x513BCC) is known color: Purple Heart. HEX triplet: 51, 3B and CC. RGB value is (81,59,204). Sum of RGB (Red+Green+Blue) = 81+59+204=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #513BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513BCC is #AEC433. Grayscale: #515151. Windows color (decimal): -11453492 or 13384529. OLE color: 13384529.
HSL color Cylindrical-coordinate representation of color #513BCC: hue angle of 249.1º 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 #513BCC is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 59 | 204 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.2 |
| HSL | 249.1º | 0.59% | 0.52% | - |
| HSV(B) | 249.1º | 0.71% | 0.8% | - |
| XYZ | 15.86 | 9.24 | 58.07 | - |
| YUV | 82.11 | 196.79 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 204 | 0.60 | 0.71 | 0 | 0.2 | 249.1 | 0.59 | 0.52 |
| Hex | 51 | 3B | CC | 3C | 47 | 0 | 14 | F9 | 3B | 34 |
| Octal | 121 | 73 | 314 | 74 | 107 | 0 | 24 | 371 | 73 | 64 |
| Binary | 1010001 | 111011 | 11001100 | 111100 | 1000111 | 0 | 10100 | 11111001 | 111011 | 110100 |
Color Harmonies of #513BCC
Complementary color
Monochromatic Colors of #513BCC
Black with #513BCC
Text Example
Text Example
White with #513BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513BCC; }
p { color: rgb(81,59,204); }
H1.HeaderClassName
{
color: #513BCC;
}
.AnyTagClassName
{
color: #513BCC;
}
</style>
background-color css
<style>
a { background-color: #513BCC; }
a { background-color: rgb(81,59,204); }
div.DivClassName
{
background-color: #513BCC;
}
.BgClassName
{
background-color: #513BCC;
}
</style>
border-color css
<style>
span { border-color: #513BCC; }
span { border-color: rgb(81,59,204); }
td.TdClassName
{
border-color: #513BCC;
}
.TagClassName
{
border-color: #513BCC;
}
</style>