Shades of Purple Heart #503EC4
Tints of Purple Heart #503EC4
RGB
CMYK
RGB Variations
Color information
#503EC4 (or 0x503EC4) is known color: Purple Heart. HEX triplet: 50, 3E and C4. RGB value is (80,62,196). Sum of RGB (Red+Green+Blue) = 80+62+196=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 196 (76.95% from 255 or 57.99% from 338); Max value from RGB is 196 - color contains mainly: blue. Hex color #503EC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503EC4 is #AFC13B. Grayscale: #525252. Windows color (decimal): -11518268 or 12861008. OLE color: 12861008.
HSL color Cylindrical-coordinate representation of color #503EC4: hue angle of 248.06º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #503EC4 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 62 | 196 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.23 |
| HSL | 248.06º | 0.53% | 0.51% | - |
| HSV(B) | 248.06º | 0.68% | 0.77% | - |
| XYZ | 14.99 | 9.14 | 53.2 | - |
| YUV | 82.66 | 191.96 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 196 | 0.59 | 0.68 | 0 | 0.23 | 248.06 | 0.53 | 0.51 |
| Hex | 50 | 3E | C4 | 3B | 44 | 0 | 17 | F8 | 35 | 33 |
| Octal | 120 | 76 | 304 | 73 | 104 | 0 | 27 | 370 | 65 | 63 |
| Binary | 1010000 | 111110 | 11000100 | 111011 | 1000100 | 0 | 10111 | 11111000 | 110101 | 110011 |
Color Harmonies of #503EC4
Complementary color
Monochromatic Colors of #503EC4
Black with #503EC4
Text Example
Text Example
White with #503EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503EC4; }
p { color: rgb(80,62,196); }
H1.HeaderClassName
{
color: #503EC4;
}
.AnyTagClassName
{
color: #503EC4;
}
</style>
background-color css
<style>
a { background-color: #503EC4; }
a { background-color: rgb(80,62,196); }
div.DivClassName
{
background-color: #503EC4;
}
.BgClassName
{
background-color: #503EC4;
}
</style>
border-color css
<style>
span { border-color: #503EC4; }
span { border-color: rgb(80,62,196); }
td.TdClassName
{
border-color: #503EC4;
}
.TagClassName
{
border-color: #503EC4;
}
</style>