#503DB7

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

Shades of Purple Heart #503DB7

Tints of Purple Heart #503DB7

Color information

#503DB7 (or 0x503DB7) is unknown color: approx Purple Heart. HEX triplet: 50, 3D and B7. RGB value is (80,61,183). Sum of RGB (Red+Green+Blue) = 80+61+183=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 183 (71.88% from 255 or 56.48% from 324); Max value from RGB is 183 - color contains mainly: blue. Hex color #503DB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DB7 is #AFC248. Grayscale: #505050. Windows color (decimal): -11518537 or 12008784. OLE color: 12008784.

HSL color Cylindrical-coordinate representation of color #503DB7: hue angle of 249.34º degrees, saturation: 0.5, 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 #503DB7 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8061183-
CMYK0.560.6700.28
HSL249.34º50%47.84%-
HSV(B)249.34º66.67%71.76%-
XYZ13.528.4645.72-
YUV80.59185.79127.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.69%
GREEN value IS 61 (24.22% from 255) = 18.83%
BLUE value IS 183 (71.88% from 255) = 56.48%
R=24.69%
G=18.83%
B=56.48%

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
Decimal80611830.560.6700.28249.345047.84
Hex503DB7384301Cf93230
Octal12075267701030343716260
Binary101000011110110110111111000100001101110011111001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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