#503CB7

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

Shades of Purple Heart #503CB7

Tints of Purple Heart #503CB7

Color information

#503CB7 (or 0x503CB7) is unknown color: approx Purple Heart. HEX triplet: 50, 3C and B7. RGB value is (80,60,183). Sum of RGB (Red+Green+Blue) = 80+60+183=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 183 (71.88% from 255 or 56.66% from 323); Max value from RGB is 183 - color contains mainly: blue. Hex color #503CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503CB7 is #AFC348. Grayscale: #4F4F4F. Windows color (decimal): -11518793 or 12008528. OLE color: 12008528.

HSL color Cylindrical-coordinate representation of color #503CB7: hue angle of 249.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #503CB7 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8060183-
CMYK0.560.6700.28
HSL249.76º50.62%47.65%-
HSV(B)249.76º67.21%71.76%-
XYZ13.478.3645.7-
YUV80186.13128-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 60 (23.83% from 255) = 18.58%
BLUE value IS 183 (71.88% from 255) = 56.66%
R=24.77%
G=18.58%
B=56.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80601830.560.6700.28249.7650.6247.65
Hex503CB7384301Cfa3330
Octal12074267701030343726360
Binary101000011110010110111111000100001101110011111010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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