Shades of Purple Heart #513AB4
Tints of Purple Heart #513AB4
RGB
CMYK
RGB Variations
Color information
#513AB4 (or 0x513AB4) is known color: Purple Heart. HEX triplet: 51, 3A and B4. RGB value is (81,58,180). Sum of RGB (Red+Green+Blue) = 81+58+180=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 180 (70.70% from 255 or 56.43% from 319); Max value from RGB is 180 - color contains mainly: blue. Hex color #513AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513AB4 is #AEC54B. Grayscale: #4E4E4E. Windows color (decimal): -11453772 or 11811409. OLE color: 11811409.
HSL color Cylindrical-coordinate representation of color #513AB4: hue angle of 251.31º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #513AB4 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 58 | 180 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.29 |
| HSL | 251.31º | 0.51% | 0.47% | - |
| HSV(B) | 251.31º | 0.68% | 0.71% | - |
| XYZ | 13.14 | 8.07 | 44.05 | - |
| YUV | 78.79 | 185.12 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 180 | 0.55 | 0.68 | 0 | 0.29 | 251.31 | 0.51 | 0.47 |
| Hex | 51 | 3A | B4 | 37 | 44 | 0 | 1D | FB | 33 | 2F |
| Octal | 121 | 72 | 264 | 67 | 104 | 0 | 35 | 373 | 63 | 57 |
| Binary | 1010001 | 111010 | 10110100 | 110111 | 1000100 | 0 | 11101 | 11111011 | 110011 | 101111 |
Color Harmonies of #513AB4
Complementary color
Monochromatic Colors of #513AB4
Black with #513AB4
Text Example
Text Example
White with #513AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513AB4; }
p { color: rgb(81,58,180); }
H1.HeaderClassName
{
color: #513AB4;
}
.AnyTagClassName
{
color: #513AB4;
}
</style>
background-color css
<style>
a { background-color: #513AB4; }
a { background-color: rgb(81,58,180); }
div.DivClassName
{
background-color: #513AB4;
}
.BgClassName
{
background-color: #513AB4;
}
</style>
border-color css
<style>
span { border-color: #513AB4; }
span { border-color: rgb(81,58,180); }
td.TdClassName
{
border-color: #513AB4;
}
.TagClassName
{
border-color: #513AB4;
}
</style>