Html Css Color HEX #501AEB Han Purple

📋 copy color: '#501AEB'

red 80 ◦ green 26 ◦ blue 235

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

Shades of Han Purple #501AEB

Tints of Han Purple #501AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 68.91%

R = 23.46%
G = 7.62%
B = 68.91%

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

#501AEB (or 0x501AEB) is known color: Han Purple. HEX triplet: 50, 1A and EB. RGB value is (80,26,235). Sum of RGB (Red+Green+Blue) = 80+26+235=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 235 (92.19% from 255 or 68.91% from 341); Max value from RGB is 235 - color contains mainly: blue. Hex color #501AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501AEB is #AFE514. Grayscale: #414141. Windows color (decimal): -11527445 or 15407696. OLE color: 15407696.

HSL color Cylindrical-coordinate representation of color #501AEB: hue angle of 255.5º degrees, saturation: 0.84, 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 #501AEB is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 26 235 -
CMYK 0.66 0.89 0 0.08
HSL 255.5º 0.84% 0.51% -
HSV(B) 255.5º 0.89% 0.92% -
XYZ 18.67 8.44 79.24 -
YUV 65.97 223.39 138.01 -
System Red Green Blue C M Y K H S L
Decimal 80 26 235 0.66 0.89 0 0.08 255.5 0.84 0.51
Hex 50 1A EB 42 59 0 8 100 54 33
Octal 120 32 353 102 131 0 10 400 124 63
Binary 1010000 11010 11101011 1000010 1011001 0 1000 100000000 1010100 110011

Color Harmonies of #501AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501AEB

Black with #501AEB

Text Example


Text Example

White with #501AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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