Shades of Purple Heart #513ABB
Tints of Purple Heart #513ABB
RGB
CMYK
RGB Variations
Color information
#513ABB (or 0x513ABB) is known color: Purple Heart. HEX triplet: 51, 3A and BB. RGB value is (81,58,187). Sum of RGB (Red+Green+Blue) = 81+58+187=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #513ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513ABB is #AEC544. Grayscale: #4F4F4F. Windows color (decimal): -11453765 or 12270161. OLE color: 12270161.
HSL color Cylindrical-coordinate representation of color #513ABB: hue angle of 250.7º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #513ABB is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 58 | 187 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.27 |
| HSL | 250.7º | 0.53% | 0.48% | - |
| HSV(B) | 250.7º | 0.69% | 0.73% | - |
| XYZ | 13.88 | 8.36 | 47.9 | - |
| YUV | 79.58 | 188.62 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 187 | 0.57 | 0.69 | 0 | 0.27 | 250.7 | 0.53 | 0.48 |
| Hex | 51 | 3A | BB | 39 | 45 | 0 | 1B | FB | 35 | 30 |
| Octal | 121 | 72 | 273 | 71 | 105 | 0 | 33 | 373 | 65 | 60 |
| Binary | 1010001 | 111010 | 10111011 | 111001 | 1000101 | 0 | 11011 | 11111011 | 110101 | 110000 |
Color Harmonies of #513ABB
Complementary color
Monochromatic Colors of #513ABB
Black with #513ABB
Text Example
Text Example
White with #513ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513ABB; }
p { color: rgb(81,58,187); }
H1.HeaderClassName
{
color: #513ABB;
}
.AnyTagClassName
{
color: #513ABB;
}
</style>
background-color css
<style>
a { background-color: #513ABB; }
a { background-color: rgb(81,58,187); }
div.DivClassName
{
background-color: #513ABB;
}
.BgClassName
{
background-color: #513ABB;
}
</style>
border-color css
<style>
span { border-color: #513ABB; }
span { border-color: rgb(81,58,187); }
td.TdClassName
{
border-color: #513ABB;
}
.TagClassName
{
border-color: #513ABB;
}
</style>