Html Css Color HEX #501EE8 Han Purple

📋 copy color: '#501EE8'

red 80 ◦ green 30 ◦ blue 232

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

Shades of Han Purple #501EE8

Tints of Han Purple #501EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 67.84%

R = 23.39%
G = 8.77%
B = 67.84%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#501EE8 (or 0x501EE8) is known color: Han Purple. HEX triplet: 50, 1E and E8. RGB value is (80,30,232). Sum of RGB (Red+Green+Blue) = 80+30+232=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 232 (91.02% from 255 or 67.84% from 342); Max value from RGB is 232 - color contains mainly: blue. Hex color #501EE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501EE8 is #AFE117. Grayscale: #434343. Windows color (decimal): -11526424 or 15212112. OLE color: 15212112.

HSL color Cylindrical-coordinate representation of color #501EE8: hue angle of 254.85º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501EE8 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 30 232 -
CMYK 0.66 0.87 0 0.09
HSL 254.85º 0.81% 0.51% -
HSV(B) 254.85º 0.87% 0.91% -
XYZ 18.34 8.46 77.01 -
YUV 67.98 220.57 136.57 -
System Red Green Blue C M Y K H S L
Decimal 80 30 232 0.66 0.87 0 0.09 254.85 0.81 0.51
Hex 50 1E E8 42 57 0 9 FF 51 33
Octal 120 36 350 102 127 0 11 377 121 63
Binary 1010000 11110 11101000 1000010 1010111 0 1001 11111111 1010001 110011

Color Harmonies of #501EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501EE8

Black with #501EE8

Text Example


Text Example

White with #501EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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