#5017ED

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

Shades of Han Purple #5017ED

Tints of Han Purple #5017ED

Color information

#5017ED (or 0x5017ED) is unknown color: approx Han Purple. HEX triplet: 50, 17 and ED. RGB value is (80,23,237). Sum of RGB (Red+Green+Blue) = 80+23+237=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #5017ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5017ED is #AFE812. Grayscale: #3F3F3F. Windows color (decimal): -11528211 or 15538000. OLE color: 15538000.

HSL color Cylindrical-coordinate representation of color #5017ED: hue angle of 255.98º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5017ED is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8023237-
CMYK0.660.9000.07
HSL255.98º85.6%50.98%-
HSV(B)255.98º90.3%92.94%-
XYZ18.98.4380.75-
YUV64.44225.38139.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.53%
GREEN value IS 23 (9.38% from 255) = 6.76%
BLUE value IS 237 (92.97% from 255) = 69.71%
R=23.53%
G=6.76%
B=69.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal80232370.660.9000.07255.9885.650.98
Hex5017ED425A071005633
Octal120273551021320740012663
Binary101000010111111011011000010101101001111000000001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5017ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5017ED; }

 p { color: rgb(80,23,237); }

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

<style>
 a { background-color: #5017ED; }

 a { background-color: rgb(80,23,237); }

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

<style>
 span { border-color: #5017ED; }

 span { border-color: rgb(80,23,237); }

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