#5023f0

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

Shades of Han Purple #5023F0

Tints of Han Purple #5023F0

Color information

#5023F0 (or 0x5023F0) is unknown color: approx Han Purple. HEX triplet: 50, 23 and F0. RGB value is (80,35,240). Sum of RGB (Red+Green+Blue) = 80+35+240=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 240 (94.14% from 255 or 67.61% from 355); Max value from RGB is 240 - color contains mainly: blue. Hex color #5023F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5023F0 is #AFDC0F. Grayscale: #474747. Windows color (decimal): -11525136 or 15737680. OLE color: 15737680.

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

Color convert

RGB8035240-
CMYK0.670.8500.06
HSL253.17º87.23%53.92%-
HSV(B)253.17º85.42%94.12%-
XYZ19.649.283.18-
YUV71.82222.91133.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.54%
GREEN value IS 35 (14.06% from 255) = 9.86%
BLUE value IS 240 (94.14% from 255) = 67.61%
R=22.54%
G=9.86%
B=67.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal80352400.670.8500.06253.1787.2353.92
Hex5023F0435506fd5736
Octal120433601031250637512766
Binary101000010001111110000100001110101010110111111011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5023f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5023f0; }

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

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

<style>
 a { background-color: #5023f0; }

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

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

<style>
 span { border-color: #5023f0; }

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

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