#5032F5

Color #5032F5 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5032F5

Tints of Han Purple #5032F5

Color information

#5032F5 (or 0x5032F5) is unknown color: approx Han Purple. HEX triplet: 50, 32 and F5. RGB value is (80,50,245). Sum of RGB (Red+Green+Blue) = 80+50+245=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 245 (96.09% from 255 or 65.33% from 375); Max value from RGB is 245 - color contains mainly: blue. Hex color #5032F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5032F5 is #AFCD0A. Grayscale: #505050. Windows color (decimal): -11521291 or 16069200. OLE color: 16069200.

HSL color Cylindrical-coordinate representation of color #5032F5: hue angle of 249.23º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5032F5 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8050245-
CMYK0.670.8000.04
HSL249.23º90.7%57.84%-
HSV(B)249.23º79.59%96.08%-
XYZ20.9310.5887.33-
YUV81.2220.44127.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.33%
GREEN value IS 50 (19.92% from 255) = 13.33%
BLUE value IS 245 (96.09% from 255) = 65.33%
R=21.33%
G=13.33%
B=65.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal80502450.670.8000.04249.2390.757.84
Hex5032F5435004f95b3a
Octal120623651031200437113372
Binary101000011001011110101100001110100000100111110011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5032F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5032F5; }

 p { color: rgb(80,50,245); }

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

<style>
 a { background-color: #5032F5; }

 a { background-color: rgb(80,50,245); }

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

<style>
 span { border-color: #5032F5; }

 span { border-color: rgb(80,50,245); }

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