Html Css Color HEX #500EFE Han Purple

📋 copy color: '#500EFE'

red 80 ◦ green 14 ◦ blue 254

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

Shades of Han Purple #500EFE

Tints of Han Purple #500EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 72.99%

R = 22.99%
G = 4.02%
B = 72.99%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#500EFE (or 0x500EFE) is known color: Han Purple. HEX triplet: 50, 0E and FE. RGB value is (80,14,254). Sum of RGB (Red+Green+Blue) = 80+14+254=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 254 (99.61% from 255 or 72.99% from 348); Max value from RGB is 254 - color contains mainly: blue. Hex color #500EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500EFE is #AFF101. Grayscale: #3C3C3C. Windows color (decimal): -11530498 or 16649808. OLE color: 16649808.

HSL color Cylindrical-coordinate representation of color #500EFE: hue angle of 256.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500EFE is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 14 254 -
CMYK 0.69 0.94 0 0.00
HSL 256.5º 0.99% 0.53% -
HSV(B) 256.5º 0.94% 1% -
XYZ 21.35 9.18 94.41 -
YUV 61.09 236.87 141.49 -
System Red Green Blue C M Y K H S L
Decimal 80 14 254 0.69 0.94 0 0.00 256.5 0.99 0.53
Hex 50 E FE 45 5E 0 0 100 63 35
Octal 120 16 376 105 136 0 0 400 143 65
Binary 1010000 1110 11111110 1000101 1011110 0 0 100000000 1100011 110101

Color Harmonies of #500EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500EFE

Black with #500EFE

Text Example


Text Example

White with #500EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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