Html Css Color HEX #501CE5 Han Purple

📋 copy color: '#501CE5'

red 80 ◦ green 28 ◦ blue 229

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

Shades of Han Purple #501CE5

Tints of Han Purple #501CE5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.31%

 BLUE value IS 229 (89.84% from 255) = 67.95%

R = 23.74%
G = 8.31%
B = 67.95%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#501CE5 (or 0x501CE5) is known color: Han Purple. HEX triplet: 50, 1C and E5. RGB value is (80,28,229). Sum of RGB (Red+Green+Blue) = 80+28+229=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 229 (89.84% from 255 or 67.95% from 337); Max value from RGB is 229 - color contains mainly: blue. Hex color #501CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CE5 is #AFE31A. Grayscale: #414141. Windows color (decimal): -11526939 or 15014992. OLE color: 15014992.

HSL color Cylindrical-coordinate representation of color #501CE5: hue angle of 255.52º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501CE5 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 28 229 -
CMYK 0.65 0.88 0 0.10
HSL 255.52º 0.79% 0.5% -
HSV(B) 255.52º 0.88% 0.9% -
XYZ 17.87 8.19 74.77 -
YUV 66.46 219.73 137.66 -
System Red Green Blue C M Y K H S L
Decimal 80 28 229 0.65 0.88 0 0.10 255.52 0.79 0.5
Hex 50 1C E5 41 58 0 A 100 4F 32
Octal 120 34 345 101 130 0 12 400 117 62
Binary 1010000 11100 11100101 1000001 1011000 0 1010 100000000 1001111 110010

Color Harmonies of #501CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501CE5

Black with #501CE5

Text Example


Text Example

White with #501CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,28,229); }

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

background-color css

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

 a { background-color: rgb(80,28,229); }

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

border-color css

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

 span { border-color: rgb(80,28,229); }

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