#503CB4

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

Shades of Purple Heart #503CB4

Tints of Purple Heart #503CB4

Color information

#503CB4 (or 0x503CB4) is unknown color: approx Purple Heart. HEX triplet: 50, 3C and B4. RGB value is (80,60,180). Sum of RGB (Red+Green+Blue) = 80+60+180=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 180 (70.70% from 255 or 56.25% from 320); Max value from RGB is 180 - color contains mainly: blue. Hex color #503CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503CB4 is #AFC34B. Grayscale: #4F4F4F. Windows color (decimal): -11518796 or 11811920. OLE color: 11811920.

HSL color Cylindrical-coordinate representation of color #503CB4: hue angle of 250º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #503CB4 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8060180-
CMYK0.560.6700.29
HSL250º50%47.06%-
HSV(B)250º66.67%70.59%-
XYZ13.168.2344.08-
YUV79.66184.63128.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 60 (23.83% from 255) = 18.75%
BLUE value IS 180 (70.70% from 255) = 56.25%
R=25%
G=18.75%
B=56.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80601800.560.6700.292505047.06
Hex503CB4384301Dfa322f
Octal12074264701030353726257
Binary101000011110010110100111000100001101110111111010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,60,180); }

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

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

 a { background-color: rgb(80,60,180); }

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

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

 span { border-color: rgb(80,60,180); }

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