Html Css Color HEX #500EEB Han Purple

📋 copy color: '#500EEB'

red 80 ◦ green 14 ◦ blue 235

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

Shades of Han Purple #500EEB

Tints of Han Purple #500EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 71.43%

R = 24.32%
G = 4.26%
B = 71.43%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#500EEB (or 0x500EEB) is known color: Han Purple. HEX triplet: 50, 0E and EB. RGB value is (80,14,235). Sum of RGB (Red+Green+Blue) = 80+14+235=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #500EEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500EEB is #AFF114. Grayscale: #3A3A3A. Windows color (decimal): -11530517 or 15404624. OLE color: 15404624.

HSL color Cylindrical-coordinate representation of color #500EEB: hue angle of 257.92º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500EEB is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 14 235 -
CMYK 0.66 0.94 0 0.08
HSL 257.92º 0.89% 0.49% -
HSV(B) 257.92º 0.94% 0.92% -
XYZ 18.46 8.02 79.17 -
YUV 58.93 227.37 143.03 -
System Red Green Blue C M Y K H S L
Decimal 80 14 235 0.66 0.94 0 0.08 257.92 0.89 0.49
Hex 50 E EB 42 5E 0 8 102 59 31
Octal 120 16 353 102 136 0 10 402 131 61
Binary 1010000 1110 11101011 1000010 1011110 0 1000 100000010 1011001 110001

Color Harmonies of #500EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500EEB

Black with #500EEB

Text Example


Text Example

White with #500EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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