#503ECD

Color #503ECD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #503ECD

Tints of Purple Heart #503ECD

Color information

#503ECD (or 0x503ECD) is unknown color: approx 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

RGB8062205-
CMYK0.610.7000.20
HSL247.55º58.85%52.35%-
HSV(B)247.55º69.76%80.39%-
XYZ16.059.5658.76-
YUV83.68196.46125.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 62 (24.61% from 255) = 17.87%
BLUE value IS 205 (80.47% from 255) = 59.08%
R=23.05%
G=17.87%
B=59.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80622050.610.7000.20247.5558.8552.35
Hex503ECD3D46014f83b34
Octal12076315751060243707364
Binary101000011111011001101111101100011001010011111000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>