Shades of Purple Heart #503AB1
Tints of Purple Heart #503AB1
RGB
CMYK
RGB Variations
Color information
#503AB1 (or 0x503AB1) is known color: Purple Heart. HEX triplet: 50, 3A and B1. RGB value is (80,58,177). Sum of RGB (Red+Green+Blue) = 80+58+177=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 177 (69.53% from 255 or 56.19% from 315); Max value from RGB is 177 - color contains mainly: blue. Hex color #503AB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503AB1 is #AFC54E. Grayscale: #4D4D4D. Windows color (decimal): -11519311 or 11614800. OLE color: 11614800.
HSL color Cylindrical-coordinate representation of color #503AB1: hue angle of 251.09º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #503AB1 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 58 | 177 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.31 |
| HSL | 251.09º | 0.51% | 0.46% | - |
| HSV(B) | 251.09º | 0.67% | 0.69% | - |
| XYZ | 12.76 | 7.91 | 42.45 | - |
| YUV | 78.14 | 183.79 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 177 | 0.55 | 0.67 | 0 | 0.31 | 251.09 | 0.51 | 0.46 |
| Hex | 50 | 3A | B1 | 37 | 43 | 0 | 1F | FB | 33 | 2E |
| Octal | 120 | 72 | 261 | 67 | 103 | 0 | 37 | 373 | 63 | 56 |
| Binary | 1010000 | 111010 | 10110001 | 110111 | 1000011 | 0 | 11111 | 11111011 | 110011 | 101110 |
Color Harmonies of #503AB1
Complementary color
Monochromatic Colors of #503AB1
Black with #503AB1
Text Example
Text Example
White with #503AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503AB1; }
p { color: rgb(80,58,177); }
H1.HeaderClassName
{
color: #503AB1;
}
.AnyTagClassName
{
color: #503AB1;
}
</style>
background-color css
<style>
a { background-color: #503AB1; }
a { background-color: rgb(80,58,177); }
div.DivClassName
{
background-color: #503AB1;
}
.BgClassName
{
background-color: #503AB1;
}
</style>
border-color css
<style>
span { border-color: #503AB1; }
span { border-color: rgb(80,58,177); }
td.TdClassName
{
border-color: #503AB1;
}
.TagClassName
{
border-color: #503AB1;
}
</style>