Html Css Color HEX #501EE1 Han Purple

📋 copy color: '#501EE1'

red 80 ◦ green 30 ◦ blue 225

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

Shades of Han Purple #501EE1

Tints of Han Purple #501EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 67.16%

R = 23.88%
G = 8.96%
B = 67.16%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#501EE1 (or 0x501EE1) is known color: Han Purple. HEX triplet: 50, 1E and E1. RGB value is (80,30,225). Sum of RGB (Red+Green+Blue) = 80+30+225=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 225 (88.28% from 255 or 67.16% from 335); Max value from RGB is 225 - color contains mainly: blue. Hex color #501EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501EE1 is #AFE11E. Grayscale: #424242. Windows color (decimal): -11526431 or 14753360. OLE color: 14753360.

HSL color Cylindrical-coordinate representation of color #501EE1: hue angle of 255.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501EE1 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 30 225 -
CMYK 0.64 0.87 0 0.12
HSL 255.38º 0.76% 0.5% -
HSV(B) 255.38º 0.87% 0.88% -
XYZ 17.36 8.07 71.88 -
YUV 67.18 217.07 137.14 -
System Red Green Blue C M Y K H S L
Decimal 80 30 225 0.64 0.87 0 0.12 255.38 0.76 0.5
Hex 50 1E E1 40 57 0 C FF 4C 32
Octal 120 36 341 100 127 0 14 377 114 62
Binary 1010000 11110 11100001 1000000 1010111 0 1100 11111111 1001100 110010

Color Harmonies of #501EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501EE1

Black with #501EE1

Text Example


Text Example

White with #501EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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