Html Css Color HEX #501BE6 Han Purple

📋 copy color: '#501BE6'

red 80 ◦ green 27 ◦ blue 230

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

Shades of Han Purple #501BE6

Tints of Han Purple #501BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 68.25%

R = 23.74%
G = 8.01%
B = 68.25%

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

#501BE6 (or 0x501BE6) is known color: Han Purple. HEX triplet: 50, 1B and E6. RGB value is (80,27,230). Sum of RGB (Red+Green+Blue) = 80+27+230=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 230 (90.23% from 255 or 68.25% from 337); Max value from RGB is 230 - color contains mainly: blue. Hex color #501BE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501BE6 is #AFE419. Grayscale: #414141. Windows color (decimal): -11527194 or 15080272. OLE color: 15080272.

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

Color convert

RGB 80 27 230 -
CMYK 0.65 0.88 0 0.10
HSL 255.67º 0.8% 0.5% -
HSV(B) 255.67º 0.88% 0.9% -
XYZ 17.98 8.2 75.5 -
YUV 65.99 220.56 137.99 -
System Red Green Blue C M Y K H S L
Decimal 80 27 230 0.65 0.88 0 0.10 255.67 0.8 0.5
Hex 50 1B E6 41 58 0 A 100 50 32
Octal 120 33 346 101 130 0 12 400 120 62
Binary 1010000 11011 11100110 1000001 1011000 0 1010 100000000 1010000 110010

Color Harmonies of #501BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501BE6

Black with #501BE6

Text Example


Text Example

White with #501BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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