Shades of Purple Heart #503EBC
Tints of Purple Heart #503EBC
RGB
CMYK
RGB Variations
Color information
#503EBC (or 0x503EBC) is known color: Purple Heart. HEX triplet: 50, 3E and BC. RGB value is (80,62,188). Sum of RGB (Red+Green+Blue) = 80+62+188=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #503EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503EBC is #AFC143. Grayscale: #515151. Windows color (decimal): -11518276 or 12336720. OLE color: 12336720.
HSL color Cylindrical-coordinate representation of color #503EBC: hue angle of 248.57º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #503EBC is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 62 | 188 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.26 |
| HSL | 248.57º | 0.5% | 0.49% | - |
| HSV(B) | 248.57º | 0.67% | 0.74% | - |
| XYZ | 14.11 | 8.78 | 48.53 | - |
| YUV | 81.75 | 187.96 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 188 | 0.57 | 0.67 | 0 | 0.26 | 248.57 | 0.5 | 0.49 |
| Hex | 50 | 3E | BC | 39 | 43 | 0 | 1A | F9 | 32 | 31 |
| Octal | 120 | 76 | 274 | 71 | 103 | 0 | 32 | 371 | 62 | 61 |
| Binary | 1010000 | 111110 | 10111100 | 111001 | 1000011 | 0 | 11010 | 11111001 | 110010 | 110001 |
Color Harmonies of #503EBC
Complementary color
Monochromatic Colors of #503EBC
Black with #503EBC
Text Example
Text Example
White with #503EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503EBC; }
p { color: rgb(80,62,188); }
H1.HeaderClassName
{
color: #503EBC;
}
.AnyTagClassName
{
color: #503EBC;
}
</style>
background-color css
<style>
a { background-color: #503EBC; }
a { background-color: rgb(80,62,188); }
div.DivClassName
{
background-color: #503EBC;
}
.BgClassName
{
background-color: #503EBC;
}
</style>
border-color css
<style>
span { border-color: #503EBC; }
span { border-color: rgb(80,62,188); }
td.TdClassName
{
border-color: #503EBC;
}
.TagClassName
{
border-color: #503EBC;
}
</style>