Html Css Color HEX #501AEA Han Purple

📋 copy color: '#501AEA'

red 80 ◦ green 26 ◦ blue 234

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

Shades of Han Purple #501AEA

Tints of Han Purple #501AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 68.82%

R = 23.53%
G = 7.65%
B = 68.82%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#501AEA (or 0x501AEA) is known color: Han Purple. HEX triplet: 50, 1A and EA. RGB value is (80,26,234). Sum of RGB (Red+Green+Blue) = 80+26+234=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 234 (91.80% from 255 or 68.82% from 340); Max value from RGB is 234 - color contains mainly: blue. Hex color #501AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501AEA is #AFE515. Grayscale: #414141. Windows color (decimal): -11527446 or 15342160. OLE color: 15342160.

HSL color Cylindrical-coordinate representation of color #501AEA: hue angle of 255.58º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501AEA is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 26 234 -
CMYK 0.66 0.89 0 0.08
HSL 255.58º 0.83% 0.51% -
HSV(B) 255.58º 0.89% 0.92% -
XYZ 18.53 8.38 78.48 -
YUV 65.86 222.89 138.09 -
System Red Green Blue C M Y K H S L
Decimal 80 26 234 0.66 0.89 0 0.08 255.58 0.83 0.51
Hex 50 1A EA 42 59 0 8 100 53 33
Octal 120 32 352 102 131 0 10 400 123 63
Binary 1010000 11010 11101010 1000010 1011001 0 1000 100000000 1010011 110011

Color Harmonies of #501AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501AEA

Black with #501AEA

Text Example


Text Example

White with #501AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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