#5013F0

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

Shades of Han Purple #5013F0

Tints of Han Purple #5013F0

Color information

#5013F0 (or 0x5013F0) is unknown color: approx Han Purple. HEX triplet: 50, 13 and F0. RGB value is (80,19,240). Sum of RGB (Red+Green+Blue) = 80+19+240=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 240 (94.14% from 255 or 70.80% from 339); Max value from RGB is 240 - color contains mainly: blue. Hex color #5013F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5013F0 is #AFEC0F. Grayscale: #3D3D3D. Windows color (decimal): -11529232 or 15733584. OLE color: 15733584.

HSL color Cylindrical-coordinate representation of color #5013F0: hue angle of 256.56º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5013F0 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8019240-
CMYK0.670.9200.06
HSL256.56º88.05%50.78%-
HSV(B)256.56º92.08%94.12%-
XYZ19.278.4683.06-
YUV62.43228.21140.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 19 (7.81% from 255) = 5.60%
BLUE value IS 240 (94.14% from 255) = 70.80%
R=23.60%
G=5.60%
B=70.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal80192400.670.9200.06256.5688.0550.78
Hex5013F0435C061015833
Octal120233601031340640113063
Binary101000010011111100001000011101110001101000000011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5013F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5013F0; }

 p { color: rgb(80,19,240); }

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

<style>
 a { background-color: #5013F0; }

 a { background-color: rgb(80,19,240); }

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

<style>
 span { border-color: #5013F0; }

 span { border-color: rgb(80,19,240); }

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