Shades of Purple Heart #503ACE
Tints of Purple Heart #503ACE
RGB
CMYK
RGB Variations
Color information
#503ACE (or 0x503ACE) is known color: Purple Heart. HEX triplet: 50, 3A and CE. RGB value is (80,58,206). Sum of RGB (Red+Green+Blue) = 80+58+206=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #503ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503ACE is #AFC531. Grayscale: #505050. Windows color (decimal): -11519282 or 13515344. OLE color: 13515344.
HSL color Cylindrical-coordinate representation of color #503ACE: hue angle of 248.92º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #503ACE is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 58 | 206 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.19 |
| HSL | 248.92º | 0.6% | 0.52% | - |
| HSV(B) | 248.92º | 0.72% | 0.81% | - |
| XYZ | 15.96 | 9.19 | 59.32 | - |
| YUV | 81.45 | 198.29 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 206 | 0.61 | 0.72 | 0 | 0.19 | 248.92 | 0.6 | 0.52 |
| Hex | 50 | 3A | CE | 3D | 48 | 0 | 13 | F9 | 3C | 34 |
| Octal | 120 | 72 | 316 | 75 | 110 | 0 | 23 | 371 | 74 | 64 |
| Binary | 1010000 | 111010 | 11001110 | 111101 | 1001000 | 0 | 10011 | 11111001 | 111100 | 110100 |
Color Harmonies of #503ACE
Complementary color
Monochromatic Colors of #503ACE
Black with #503ACE
Text Example
Text Example
White with #503ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503ACE; }
p { color: rgb(80,58,206); }
H1.HeaderClassName
{
color: #503ACE;
}
.AnyTagClassName
{
color: #503ACE;
}
</style>
background-color css
<style>
a { background-color: #503ACE; }
a { background-color: rgb(80,58,206); }
div.DivClassName
{
background-color: #503ACE;
}
.BgClassName
{
background-color: #503ACE;
}
</style>
border-color css
<style>
span { border-color: #503ACE; }
span { border-color: rgb(80,58,206); }
td.TdClassName
{
border-color: #503ACE;
}
.TagClassName
{
border-color: #503ACE;
}
</style>