Shades of Purple Heart #513BCB
Tints of Purple Heart #513BCB
RGB
CMYK
RGB Variations
Color information
#513BCB (or 0x513BCB) is known color: Purple Heart. HEX triplet: 51, 3B and CB. RGB value is (81,59,203). Sum of RGB (Red+Green+Blue) = 81+59+203=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #513BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513BCB is #AEC434. Grayscale: #515151. Windows color (decimal): -11453493 or 13318993. OLE color: 13318993.
HSL color Cylindrical-coordinate representation of color #513BCB: hue angle of 249.17º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #513BCB is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 59 | 203 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.20 |
| HSL | 249.17º | 0.58% | 0.51% | - |
| HSV(B) | 249.17º | 0.71% | 0.8% | - |
| XYZ | 15.74 | 9.19 | 57.44 | - |
| YUV | 81.99 | 196.29 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 203 | 0.60 | 0.71 | 0 | 0.20 | 249.17 | 0.58 | 0.51 |
| Hex | 51 | 3B | CB | 3C | 47 | 0 | 14 | F9 | 3A | 33 |
| Octal | 121 | 73 | 313 | 74 | 107 | 0 | 24 | 371 | 72 | 63 |
| Binary | 1010001 | 111011 | 11001011 | 111100 | 1000111 | 0 | 10100 | 11111001 | 111010 | 110011 |
Color Harmonies of #513BCB
Complementary color
Monochromatic Colors of #513BCB
Black with #513BCB
Text Example
Text Example
White with #513BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513BCB; }
p { color: rgb(81,59,203); }
H1.HeaderClassName
{
color: #513BCB;
}
.AnyTagClassName
{
color: #513BCB;
}
</style>
background-color css
<style>
a { background-color: #513BCB; }
a { background-color: rgb(81,59,203); }
div.DivClassName
{
background-color: #513BCB;
}
.BgClassName
{
background-color: #513BCB;
}
</style>
border-color css
<style>
span { border-color: #513BCB; }
span { border-color: rgb(81,59,203); }
td.TdClassName
{
border-color: #513BCB;
}
.TagClassName
{
border-color: #513BCB;
}
</style>