Html Css Color HEX #501EFE Han Purple

📋 copy color: '#501EFE'

red 80 ◦ green 30 ◦ blue 254

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

Shades of Han Purple #501EFE

Tints of Han Purple #501EFE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.24%

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

R = 21.98%
G = 8.24%
B = 69.78%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#501EFE (or 0x501EFE) is known color: Han Purple. HEX triplet: 50, 1E and FE. RGB value is (80,30,254). Sum of RGB (Red+Green+Blue) = 80+30+254=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #501EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501EFE is #AFE101. Grayscale: #454545. Windows color (decimal): -11526402 or 16653904. OLE color: 16653904.

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

Color convert

RGB 80 30 254 -
CMYK 0.69 0.88 0 0.00
HSL 253.39º 0.99% 0.56% -
HSV(B) 253.39º 0.88% 1% -
XYZ 21.66 9.79 94.51 -
YUV 70.49 231.57 134.79 -
System Red Green Blue C M Y K H S L
Decimal 80 30 254 0.69 0.88 0 0.00 253.39 0.99 0.56
Hex 50 1E FE 45 58 0 0 FD 63 38
Octal 120 36 376 105 130 0 0 375 143 70
Binary 1010000 11110 11111110 1000101 1011000 0 0 11111101 1100011 111000

Color Harmonies of #501EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501EFE

Black with #501EFE

Text Example


Text Example

White with #501EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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