#5020F8

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

Shades of Han Purple #5020F8

Tints of Han Purple #5020F8

Color information

#5020F8 (or 0x5020F8) is unknown color: approx Han Purple. HEX triplet: 50, 20 and F8. RGB value is (80,32,248). Sum of RGB (Red+Green+Blue) = 80+32+248=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 248 (97.27% from 255 or 68.89% from 360); Max value from RGB is 248 - color contains mainly: blue. Hex color #5020F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5020F8 is #AFDF07. Grayscale: #464646. Windows color (decimal): -11525896 or 16261200. OLE color: 16261200.

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

Color convert

RGB8032248-
CMYK0.680.8700.03
HSL253.33º93.91%54.9%-
HSV(B)253.33º87.1%97.25%-
XYZ20.779.5289.55-
YUV70.98227.9134.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.22%
GREEN value IS 32 (12.89% from 255) = 8.89%
BLUE value IS 248 (97.27% from 255) = 68.89%
R=22.22%
G=8.89%
B=68.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal80322480.680.8700.03253.3393.9154.9
Hex5020F8445703fd5e37
Octal120403701041270337513667
Binary10100001000001111100010001001010111011111111011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5020F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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