Html Css Color HEX #5017ED Han Purple

📋 copy color: '#5017ED'

red 80 ◦ green 23 ◦ blue 237

#5017ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #5017ED

Tints of Han Purple #5017ED

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 value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5017ED (or 0x5017ED) is known color: 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

RGB 80 23 237 -
CMYK 0.66 0.90 0 0.07
HSL 255.98º 0.86% 0.51% -
HSV(B) 255.98º 0.9% 0.93% -
XYZ 18.9 8.43 80.75 -
YUV 64.44 225.38 139.1 -
System Red Green Blue C M Y K H S L
Decimal 80 23 237 0.66 0.90 0 0.07 255.98 0.86 0.51
Hex 50 17 ED 42 5A 0 7 100 56 33
Octal 120 27 355 102 132 0 7 400 126 63
Binary 1010000 10111 11101101 1000010 1011010 0 111 100000000 1010110 110011

Color Harmonies of #5017ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5017ED

Black with #5017ED

Text Example


Text Example

White with #5017ED

Text Example


Text Example

HTML Codes & Css Web 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>