Html Css Color HEX #5018ED Han Purple

📋 copy color: '#5018ED'

red 80 ◦ green 24 ◦ blue 237

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

Shades of Han Purple #5018ED

Tints of Han Purple #5018ED

RGB

 RED value IS 80 (31.64% from 255) = 23.46%

 GREEN value IS 24 (9.77% from 255) = 7.04%

 BLUE value IS 237 (92.97% from 255) = 69.5%

R = 23.46%
G = 7.04%
B = 69.5%

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

#5018ED (or 0x5018ED) is known color: Han Purple. HEX triplet: 50, 18 and ED. RGB value is (80,24,237). Sum of RGB (Red+Green+Blue) = 80+24+237=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #5018ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5018ED is #AFE712. Grayscale: #404040. Windows color (decimal): -11527955 or 15538256. OLE color: 15538256.

HSL color Cylindrical-coordinate representation of color #5018ED: hue angle of 255.77º 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 #5018ED is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 24 237 -
CMYK 0.66 0.90 0 0.07
HSL 255.77º 0.86% 0.51% -
HSV(B) 255.77º 0.9% 0.93% -
XYZ 18.92 8.47 80.76 -
YUV 65.03 225.05 138.68 -
System Red Green Blue C M Y K H S L
Decimal 80 24 237 0.66 0.90 0 0.07 255.77 0.86 0.51
Hex 50 18 ED 42 5A 0 7 100 56 33
Octal 120 30 355 102 132 0 7 400 126 63
Binary 1010000 11000 11101101 1000010 1011010 0 111 100000000 1010110 110011

Color Harmonies of #5018ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5018ED

Black with #5018ED

Text Example


Text Example

White with #5018ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5018ED;
 }
 .AnyTagClassName
 {
   color: #5018ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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