Html Css Color HEX #501AEE Han Purple

📋 copy color: '#501AEE'

red 80 ◦ green 26 ◦ blue 238

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

Shades of Han Purple #501AEE

Tints of Han Purple #501AEE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.56%

 BLUE value IS 238 (93.36% from 255) = 69.19%

R = 23.26%
G = 7.56%
B = 69.19%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#501AEE (or 0x501AEE) is known color: Han Purple. HEX triplet: 50, 1A and EE. RGB value is (80,26,238). Sum of RGB (Red+Green+Blue) = 80+26+238=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 238 (93.36% from 255 or 69.19% from 344); Max value from RGB is 238 - color contains mainly: blue. Hex color #501AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501AEE is #AFE511. Grayscale: #414141. Windows color (decimal): -11527442 or 15604304. OLE color: 15604304.

HSL color Cylindrical-coordinate representation of color #501AEE: hue angle of 255.28º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501AEE is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 26 238 -
CMYK 0.66 0.89 0 0.07
HSL 255.28º 0.86% 0.52% -
HSV(B) 255.28º 0.89% 0.93% -
XYZ 19.11 8.62 81.55 -
YUV 66.31 224.89 137.76 -
System Red Green Blue C M Y K H S L
Decimal 80 26 238 0.66 0.89 0 0.07 255.28 0.86 0.52
Hex 50 1A EE 42 59 0 7 FF 56 34
Octal 120 32 356 102 131 0 7 377 126 64
Binary 1010000 11010 11101110 1000010 1011001 0 111 11111111 1010110 110100

Color Harmonies of #501AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501AEE

Black with #501AEE

Text Example


Text Example

White with #501AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,26,238); }

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

background-color css

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

 a { background-color: rgb(80,26,238); }

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

border-color css

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

 span { border-color: rgb(80,26,238); }

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