Shades of Purple Heart #503AB5
Tints of Purple Heart #503AB5
RGB
CMYK
RGB Variations
Color information
#503AB5 (or 0x503AB5) is known color: Purple Heart. HEX triplet: 50, 3A and B5. RGB value is (80,58,181). Sum of RGB (Red+Green+Blue) = 80+58+181=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 181 (71.09% from 255 or 56.74% from 319); Max value from RGB is 181 - color contains mainly: blue. Hex color #503AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503AB5 is #AFC54A. Grayscale: #4E4E4E. Windows color (decimal): -11519307 or 11876944. OLE color: 11876944.
HSL color Cylindrical-coordinate representation of color #503AB5: hue angle of 250.73º 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 #503AB5 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 58 | 181 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.29 |
| HSL | 250.73º | 0.51% | 0.47% | - |
| HSV(B) | 250.73º | 0.68% | 0.71% | - |
| XYZ | 13.16 | 8.07 | 44.58 | - |
| YUV | 78.6 | 185.79 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 181 | 0.56 | 0.68 | 0 | 0.29 | 250.73 | 0.51 | 0.47 |
| Hex | 50 | 3A | B5 | 38 | 44 | 0 | 1D | FB | 33 | 2F |
| Octal | 120 | 72 | 265 | 70 | 104 | 0 | 35 | 373 | 63 | 57 |
| Binary | 1010000 | 111010 | 10110101 | 111000 | 1000100 | 0 | 11101 | 11111011 | 110011 | 101111 |
Color Harmonies of #503AB5
Complementary color
Monochromatic Colors of #503AB5
Black with #503AB5
Text Example
Text Example
White with #503AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503AB5; }
p { color: rgb(80,58,181); }
H1.HeaderClassName
{
color: #503AB5;
}
.AnyTagClassName
{
color: #503AB5;
}
</style>
background-color css
<style>
a { background-color: #503AB5; }
a { background-color: rgb(80,58,181); }
div.DivClassName
{
background-color: #503AB5;
}
.BgClassName
{
background-color: #503AB5;
}
</style>
border-color css
<style>
span { border-color: #503AB5; }
span { border-color: rgb(80,58,181); }
td.TdClassName
{
border-color: #503AB5;
}
.TagClassName
{
border-color: #503AB5;
}
</style>