Shades of Purple Heart #513AB3
Tints of Purple Heart #513AB3
RGB
CMYK
RGB Variations
Color information
#513AB3 (or 0x513AB3) is known color: Purple Heart. HEX triplet: 51, 3A and B3. RGB value is (81,58,179). Sum of RGB (Red+Green+Blue) = 81+58+179=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 179 (70.31% from 255 or 56.29% from 318); Max value from RGB is 179 - color contains mainly: blue. Hex color #513AB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513AB3 is #AEC54C. Grayscale: #4E4E4E. Windows color (decimal): -11453773 or 11745873. OLE color: 11745873.
HSL color Cylindrical-coordinate representation of color #513AB3: hue angle of 251.4º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #513AB3 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 81 | 58 | 179 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.30 |
| HSL | 251.41º | 0.51% | 0.46% | - |
| HSV(B) | 251.41º | 0.68% | 0.7% | - |
| XYZ | 13.04 | 8.03 | 43.51 | - |
| YUV | 78.67 | 184.62 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 179 | 0.55 | 0.68 | 0 | 0.30 | 251.41 | 0.51 | 0.46 |
| Hex | 51 | 3A | B3 | 37 | 44 | 0 | 1E | FB | 33 | 2E |
| Octal | 121 | 72 | 263 | 67 | 104 | 0 | 36 | 373 | 63 | 56 |
| Binary | 1010001 | 111010 | 10110011 | 110111 | 1000100 | 0 | 11110 | 11111011 | 110011 | 101110 |
Color Harmonies of #513AB3
Complementary color
Monochromatic Colors of #513AB3
Black with #513AB3
Text Example
Text Example
White with #513AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513AB3; }
p { color: rgb(81,58,179); }
H1.HeaderClassName
{
color: #513AB3;
}
.AnyTagClassName
{
color: #513AB3;
}
</style>
background-color css
<style>
a { background-color: #513AB3; }
a { background-color: rgb(81,58,179); }
div.DivClassName
{
background-color: #513AB3;
}
.BgClassName
{
background-color: #513AB3;
}
</style>
border-color css
<style>
span { border-color: #513AB3; }
span { border-color: rgb(81,58,179); }
td.TdClassName
{
border-color: #513AB3;
}
.TagClassName
{
border-color: #513AB3;
}
</style>