#503DCB

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

Shades of Purple Heart #503DCB

Tints of Purple Heart #503DCB

Color information

#503DCB (or 0x503DCB) is unknown color: approx Purple Heart. HEX triplet: 50, 3D and CB. RGB value is (80,61,203). Sum of RGB (Red+Green+Blue) = 80+61+203=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #503DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DCB is #AFC234. Grayscale: #525252. Windows color (decimal): -11518517 or 13319504. OLE color: 13319504.

HSL color Cylindrical-coordinate representation of color #503DCB: hue angle of 248.03º degrees, saturation: 0.58, 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 #503DCB is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8061203-
CMYK0.610.7000.20
HSL248.03º57.72%51.76%-
HSV(B)248.03º69.95%79.61%-
XYZ15.769.3557.48-
YUV82.87195.79125.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.26%
GREEN value IS 61 (24.22% from 255) = 17.73%
BLUE value IS 203 (79.69% from 255) = 59.01%
R=23.26%
G=17.73%
B=59.01%

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
Decimal80612030.610.7000.20248.0357.7251.76
Hex503DCB3D46014f83a34
Octal12075313751060243707264
Binary101000011110111001011111101100011001010011111000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503DCB; }

 p { color: rgb(80,61,203); }

 H1.HeaderClassName
 {
   color: #503DCB;
 }
 .AnyTagClassName
 {
   color: #503DCB;
 }
</style>
background-color css

<style>
 a { background-color: #503DCB; }

 a { background-color: rgb(80,61,203); }

 div.DivClassName
 {
   background-color: #503DCB;
 }
 .BgClassName
 {
   background-color: #503DCB;
 }
</style>
border-color css

<style>
 span { border-color: #503DCB; }

 span { border-color: rgb(80,61,203); }

 td.TdClassName
 {
   border-color: #503DCB;
 }
 .TagClassName
 {
   border-color: #503DCB;
 }
</style>