#503BD4

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

Shades of Purple Heart #503BD4

Tints of Purple Heart #503BD4

Color information

#503BD4 (or 0x503BD4) is unknown color: approx Purple Heart. HEX triplet: 50, 3B and D4. RGB value is (80,59,212). Sum of RGB (Red+Green+Blue) = 80+59+212=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 212 (83.20% from 255 or 60.40% from 351); Max value from RGB is 212 - color contains mainly: blue. Hex color #503BD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503BD4 is #AFC42B. Grayscale: #525252. Windows color (decimal): -11519020 or 13908816. OLE color: 13908816.

HSL color Cylindrical-coordinate representation of color #503BD4: hue angle of 248.24º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #503BD4 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8059212-
CMYK0.620.7200.17
HSL248.24º64.02%53.14%-
HSV(B)248.24º72.17%83.14%-
XYZ16.769.5963.25-
YUV82.72200.96126.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.79%
GREEN value IS 59 (23.44% from 255) = 16.81%
BLUE value IS 212 (83.20% from 255) = 60.40%
R=22.79%
G=16.81%
B=60.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal80592120.620.7200.17248.2464.0253.14
Hex503BD43E48011f84035
Octal120733247611002137010065
Binary1010000111011110101001111101001000010001111110001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,59,212); }

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

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

 a { background-color: rgb(80,59,212); }

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

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

 span { border-color: rgb(80,59,212); }

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