Html Css Color HEX #501AE0 Han Purple

📋 copy color: '#501AE0'

red 80 ◦ green 26 ◦ blue 224

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

Shades of Han Purple #501AE0

Tints of Han Purple #501AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 67.88%

R = 24.24%
G = 7.88%
B = 67.88%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#501AE0 (or 0x501AE0) is known color: Han Purple. HEX triplet: 50, 1A and E0. RGB value is (80,26,224). Sum of RGB (Red+Green+Blue) = 80+26+224=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 224 (87.89% from 255 or 67.88% from 330); Max value from RGB is 224 - color contains mainly: blue. Hex color #501AE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501AE0 is #AFE51F. Grayscale: #3F3F3F. Windows color (decimal): -11527456 or 14686800. OLE color: 14686800.

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

Color convert

RGB 80 26 224 -
CMYK 0.64 0.88 0 0.12
HSL 256.36º 0.79% 0.49% -
HSV(B) 256.36º 0.88% 0.88% -
XYZ 17.13 7.83 71.13 -
YUV 64.72 217.89 138.9 -
System Red Green Blue C M Y K H S L
Decimal 80 26 224 0.64 0.88 0 0.12 256.36 0.79 0.49
Hex 50 1A E0 40 58 0 C 100 4F 31
Octal 120 32 340 100 130 0 14 400 117 61
Binary 1010000 11010 11100000 1000000 1011000 0 1100 100000000 1001111 110001

Color Harmonies of #501AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501AE0

Black with #501AE0

Text Example


Text Example

White with #501AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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