Shades of Purple Heart #503ECD
Tints of Purple Heart #503ECD
RGB
CMYK
RGB Variations
Color information
#503ECD (or 0x503ECD) is known color: Purple Heart. HEX triplet: 50, 3E and CD. RGB value is (80,62,205). Sum of RGB (Red+Green+Blue) = 80+62+205=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #503ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503ECD is #AFC132. Grayscale: #535353. Windows color (decimal): -11518259 or 13450832. OLE color: 13450832.
HSL color Cylindrical-coordinate representation of color #503ECD: hue angle of 247.55º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #503ECD is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 62 | 205 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.20 |
| HSL | 247.55º | 0.59% | 0.52% | - |
| HSV(B) | 247.55º | 0.7% | 0.8% | - |
| XYZ | 16.05 | 9.56 | 58.76 | - |
| YUV | 83.68 | 196.46 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 205 | 0.61 | 0.70 | 0 | 0.20 | 247.55 | 0.59 | 0.52 |
| Hex | 50 | 3E | CD | 3D | 46 | 0 | 14 | F8 | 3B | 34 |
| Octal | 120 | 76 | 315 | 75 | 106 | 0 | 24 | 370 | 73 | 64 |
| Binary | 1010000 | 111110 | 11001101 | 111101 | 1000110 | 0 | 10100 | 11111000 | 111011 | 110100 |
Color Harmonies of #503ECD
Complementary color
Monochromatic Colors of #503ECD
Black with #503ECD
Text Example
Text Example
White with #503ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503ECD; }
p { color: rgb(80,62,205); }
H1.HeaderClassName
{
color: #503ECD;
}
.AnyTagClassName
{
color: #503ECD;
}
</style>
background-color css
<style>
a { background-color: #503ECD; }
a { background-color: rgb(80,62,205); }
div.DivClassName
{
background-color: #503ECD;
}
.BgClassName
{
background-color: #503ECD;
}
</style>
border-color css
<style>
span { border-color: #503ECD; }
span { border-color: rgb(80,62,205); }
td.TdClassName
{
border-color: #503ECD;
}
.TagClassName
{
border-color: #503ECD;
}
</style>