Html Css Color HEX #500EDE Han Purple

📋 copy color: '#500EDE'

red 80 ◦ green 14 ◦ blue 222

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

Shades of Han Purple #500EDE

Tints of Han Purple #500EDE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.43%

 BLUE value IS 222 (87.11% from 255) = 70.25%

R = 25.32%
G = 4.43%
B = 70.25%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#500EDE (or 0x500EDE) is known color: Han Purple. HEX triplet: 50, 0E and DE. RGB value is (80,14,222). Sum of RGB (Red+Green+Blue) = 80+14+222=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 222 (87.11% from 255 or 70.25% from 316); Max value from RGB is 222 - color contains mainly: blue. Hex color #500EDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500EDE is #AFF121. Grayscale: #383838. Windows color (decimal): -11530530 or 14552656. OLE color: 14552656.

HSL color Cylindrical-coordinate representation of color #500EDE: hue angle of 259.04º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500EDE is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 14 222 -
CMYK 0.64 0.94 0 0.13
HSL 259.04º 0.88% 0.46% -
HSV(B) 259.04º 0.94% 0.87% -
XYZ 16.65 7.29 69.64 -
YUV 57.45 220.87 144.09 -
System Red Green Blue C M Y K H S L
Decimal 80 14 222 0.64 0.94 0 0.13 259.04 0.88 0.46
Hex 50 E DE 40 5E 0 D 103 58 2E
Octal 120 16 336 100 136 0 15 403 130 56
Binary 1010000 1110 11011110 1000000 1011110 0 1101 100000011 1011000 101110

Color Harmonies of #500EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500EDE

Black with #500EDE

Text Example


Text Example

White with #500EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500EDE; }

 p { color: rgb(80,14,222); }

 H1.HeaderClassName
 {
   color: #500EDE;
 }
 .AnyTagClassName
 {
   color: #500EDE;
 }
</style>

background-color css

<style>
 a { background-color: #500EDE; }

 a { background-color: rgb(80,14,222); }

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

border-color css

<style>
 span { border-color: #500EDE; }

 span { border-color: rgb(80,14,222); }

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