#5018F8

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

Shades of Han Purple #5018F8

Tints of Han Purple #5018F8

Color information

#5018F8 (or 0x5018F8) is unknown color: approx Han Purple. HEX triplet: 50, 18 and F8. RGB value is (80,24,248). Sum of RGB (Red+Green+Blue) = 80+24+248=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 248 (97.27% from 255 or 70.45% from 352); Max value from RGB is 248 - color contains mainly: blue. Hex color #5018F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5018F8 is #AFE707. Grayscale: #414141. Windows color (decimal): -11527944 or 16259152. OLE color: 16259152.

HSL color Cylindrical-coordinate representation of color #5018F8: hue angle of 255º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5018F8 is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB8024248-
CMYK0.680.9000.03
HSL255º94.12%53.33%-
HSV(B)255º90.32%97.25%-
XYZ20.589.1489.49-
YUV66.28230.55137.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.73%
GREEN value IS 24 (9.77% from 255) = 6.82%
BLUE value IS 248 (97.27% from 255) = 70.45%
R=22.73%
G=6.82%
B=70.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal80242480.680.9000.0325594.1253.33
Hex5018F8445A03ff5e35
Octal120303701041320337713665
Binary1010000110001111100010001001011010011111111111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5018F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5018F8; }

 p { color: rgb(80,24,248); }

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

<style>
 a { background-color: #5018F8; }

 a { background-color: rgb(80,24,248); }

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

<style>
 span { border-color: #5018F8; }

 span { border-color: rgb(80,24,248); }

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