Shades of Purple Heart #503AB4
Tints of Purple Heart #503AB4
RGB
CMYK
RGB Variations
Color information
#503AB4 (or 0x503AB4) is known color: Purple Heart. HEX triplet: 50, 3A and B4. RGB value is (80,58,180). Sum of RGB (Red+Green+Blue) = 80+58+180=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 180 (70.70% from 255 or 56.60% from 318); Max value from RGB is 180 - color contains mainly: blue. Hex color #503AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503AB4 is #AFC54B. Grayscale: #4E4E4E. Windows color (decimal): -11519308 or 11811408. OLE color: 11811408.
HSL color Cylindrical-coordinate representation of color #503AB4: hue angle of 250.82º 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 #503AB4 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 58 | 180 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.29 |
| HSL | 250.82º | 0.51% | 0.47% | - |
| HSV(B) | 250.82º | 0.68% | 0.71% | - |
| XYZ | 13.06 | 8.03 | 44.04 | - |
| YUV | 78.49 | 185.29 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 180 | 0.56 | 0.68 | 0 | 0.29 | 250.82 | 0.51 | 0.47 |
| Hex | 50 | 3A | B4 | 38 | 44 | 0 | 1D | FB | 33 | 2F |
| Octal | 120 | 72 | 264 | 70 | 104 | 0 | 35 | 373 | 63 | 57 |
| Binary | 1010000 | 111010 | 10110100 | 111000 | 1000100 | 0 | 11101 | 11111011 | 110011 | 101111 |
Color Harmonies of #503AB4
Complementary color
Monochromatic Colors of #503AB4
Black with #503AB4
Text Example
Text Example
White with #503AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503AB4; }
p { color: rgb(80,58,180); }
H1.HeaderClassName
{
color: #503AB4;
}
.AnyTagClassName
{
color: #503AB4;
}
</style>
background-color css
<style>
a { background-color: #503AB4; }
a { background-color: rgb(80,58,180); }
div.DivClassName
{
background-color: #503AB4;
}
.BgClassName
{
background-color: #503AB4;
}
</style>
border-color css
<style>
span { border-color: #503AB4; }
span { border-color: rgb(80,58,180); }
td.TdClassName
{
border-color: #503AB4;
}
.TagClassName
{
border-color: #503AB4;
}
</style>