Shades of Purple Heart #513AB6
Tints of Purple Heart #513AB6
RGB
CMYK
RGB Variations
Color information
#513AB6 (or 0x513AB6) is known color: Purple Heart. HEX triplet: 51, 3A and B6. RGB value is (81,58,182). Sum of RGB (Red+Green+Blue) = 81+58+182=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 182 (71.48% from 255 or 56.70% from 321); Max value from RGB is 182 - color contains mainly: blue. Hex color #513AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513AB6 is #AEC549. Grayscale: #4E4E4E. Windows color (decimal): -11453770 or 11942481. OLE color: 11942481.
HSL color Cylindrical-coordinate representation of color #513AB6: hue angle of 251.13º degrees, saturation: 0.52, 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 #513AB6 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 58 | 182 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.29 |
| HSL | 251.13º | 0.52% | 0.47% | - |
| HSV(B) | 251.13º | 0.68% | 0.71% | - |
| XYZ | 13.35 | 8.15 | 45.13 | - |
| YUV | 79.01 | 186.12 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 182 | 0.55 | 0.68 | 0 | 0.29 | 251.13 | 0.52 | 0.47 |
| Hex | 51 | 3A | B6 | 37 | 44 | 0 | 1D | FB | 34 | 2F |
| Octal | 121 | 72 | 266 | 67 | 104 | 0 | 35 | 373 | 64 | 57 |
| Binary | 1010001 | 111010 | 10110110 | 110111 | 1000100 | 0 | 11101 | 11111011 | 110100 | 101111 |
Color Harmonies of #513AB6
Complementary color
Monochromatic Colors of #513AB6
Black with #513AB6
Text Example
Text Example
White with #513AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513AB6; }
p { color: rgb(81,58,182); }
H1.HeaderClassName
{
color: #513AB6;
}
.AnyTagClassName
{
color: #513AB6;
}
</style>
background-color css
<style>
a { background-color: #513AB6; }
a { background-color: rgb(81,58,182); }
div.DivClassName
{
background-color: #513AB6;
}
.BgClassName
{
background-color: #513AB6;
}
</style>
border-color css
<style>
span { border-color: #513AB6; }
span { border-color: rgb(81,58,182); }
td.TdClassName
{
border-color: #513AB6;
}
.TagClassName
{
border-color: #513AB6;
}
</style>