Shades of Purple Heart #503AB6
Tints of Purple Heart #503AB6
RGB
CMYK
RGB Variations
Color information
#503AB6 (or 0x503AB6) is known color: Purple Heart. HEX triplet: 50, 3A and B6. RGB value is (80,58,182). Sum of RGB (Red+Green+Blue) = 80+58+182=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 182 (71.48% from 255 or 56.88% from 320); Max value from RGB is 182 - color contains mainly: blue. Hex color #503AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503AB6 is #AFC549. Grayscale: #4E4E4E. Windows color (decimal): -11519306 or 11942480. OLE color: 11942480.
HSL color Cylindrical-coordinate representation of color #503AB6: hue angle of 250.65º 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 #503AB6 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 58 | 182 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.29 |
| HSL | 250.65º | 0.52% | 0.47% | - |
| HSV(B) | 250.65º | 0.68% | 0.71% | - |
| XYZ | 13.26 | 8.11 | 45.12 | - |
| YUV | 78.71 | 186.29 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 182 | 0.56 | 0.68 | 0 | 0.29 | 250.65 | 0.52 | 0.47 |
| Hex | 50 | 3A | B6 | 38 | 44 | 0 | 1D | FB | 34 | 2F |
| Octal | 120 | 72 | 266 | 70 | 104 | 0 | 35 | 373 | 64 | 57 |
| Binary | 1010000 | 111010 | 10110110 | 111000 | 1000100 | 0 | 11101 | 11111011 | 110100 | 101111 |
Color Harmonies of #503AB6
Complementary color
Monochromatic Colors of #503AB6
Black with #503AB6
Text Example
Text Example
White with #503AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503AB6; }
p { color: rgb(80,58,182); }
H1.HeaderClassName
{
color: #503AB6;
}
.AnyTagClassName
{
color: #503AB6;
}
</style>
background-color css
<style>
a { background-color: #503AB6; }
a { background-color: rgb(80,58,182); }
div.DivClassName
{
background-color: #503AB6;
}
.BgClassName
{
background-color: #503AB6;
}
</style>
border-color css
<style>
span { border-color: #503AB6; }
span { border-color: rgb(80,58,182); }
td.TdClassName
{
border-color: #503AB6;
}
.TagClassName
{
border-color: #503AB6;
}
</style>