Html Css Color HEX #501BE5 Han Purple

📋 copy color: '#501BE5'

red 80 ◦ green 27 ◦ blue 229

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

Shades of Han Purple #501BE5

Tints of Han Purple #501BE5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.04%

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

R = 23.81%
G = 8.04%
B = 68.15%

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

#501BE5 (or 0x501BE5) is known color: Han Purple. HEX triplet: 50, 1B and E5. RGB value is (80,27,229). Sum of RGB (Red+Green+Blue) = 80+27+229=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 229 (89.84% from 255 or 68.15% from 336); Max value from RGB is 229 - color contains mainly: blue. Hex color #501BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501BE5 is #AFE41A. Grayscale: #414141. Windows color (decimal): -11527195 or 15014736. OLE color: 15014736.

HSL color Cylindrical-coordinate representation of color #501BE5: hue angle of 255.74º degrees, saturation: 0.8, 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 #501BE5 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 27 229 -
CMYK 0.65 0.88 0 0.10
HSL 255.74º 0.8% 0.5% -
HSV(B) 255.74º 0.88% 0.9% -
XYZ 17.84 8.15 74.76 -
YUV 65.88 220.06 138.07 -
System Red Green Blue C M Y K H S L
Decimal 80 27 229 0.65 0.88 0 0.10 255.74 0.8 0.5
Hex 50 1B E5 41 58 0 A 100 50 32
Octal 120 33 345 101 130 0 12 400 120 62
Binary 1010000 11011 11100101 1000001 1011000 0 1010 100000000 1010000 110010

Color Harmonies of #501BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501BE5

Black with #501BE5

Text Example


Text Example

White with #501BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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