Shades of Purple Heart #503EC3
Tints of Purple Heart #503EC3
RGB
CMYK
RGB Variations
Color information
#503EC3 (or 0x503EC3) is known color: Purple Heart. HEX triplet: 50, 3E and C3. RGB value is (80,62,195). Sum of RGB (Red+Green+Blue) = 80+62+195=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 195 (76.56% from 255 or 57.86% from 337); Max value from RGB is 195 - color contains mainly: blue. Hex color #503EC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503EC3 is #AFC13C. Grayscale: #525252. Windows color (decimal): -11518269 or 12795472. OLE color: 12795472.
HSL color Cylindrical-coordinate representation of color #503EC3: hue angle of 248.12º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #503EC3 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 62 | 195 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.24 |
| HSL | 248.12º | 0.53% | 0.5% | - |
| HSV(B) | 248.12º | 0.68% | 0.76% | - |
| XYZ | 14.88 | 9.09 | 52.6 | - |
| YUV | 82.54 | 191.46 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 195 | 0.59 | 0.68 | 0 | 0.24 | 248.12 | 0.53 | 0.5 |
| Hex | 50 | 3E | C3 | 3B | 44 | 0 | 18 | F8 | 35 | 32 |
| Octal | 120 | 76 | 303 | 73 | 104 | 0 | 30 | 370 | 65 | 62 |
| Binary | 1010000 | 111110 | 11000011 | 111011 | 1000100 | 0 | 11000 | 11111000 | 110101 | 110010 |
Color Harmonies of #503EC3
Complementary color
Monochromatic Colors of #503EC3
Black with #503EC3
Text Example
Text Example
White with #503EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503EC3; }
p { color: rgb(80,62,195); }
H1.HeaderClassName
{
color: #503EC3;
}
.AnyTagClassName
{
color: #503EC3;
}
</style>
background-color css
<style>
a { background-color: #503EC3; }
a { background-color: rgb(80,62,195); }
div.DivClassName
{
background-color: #503EC3;
}
.BgClassName
{
background-color: #503EC3;
}
</style>
border-color css
<style>
span { border-color: #503EC3; }
span { border-color: rgb(80,62,195); }
td.TdClassName
{
border-color: #503EC3;
}
.TagClassName
{
border-color: #503EC3;
}
</style>