Html Css Color HEX #501BF7 Han Purple

📋 copy color: '#501BF7'

red 80 ◦ green 27 ◦ blue 247

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

Shades of Han Purple #501BF7

Tints of Han Purple #501BF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 69.77%

R = 22.6%
G = 7.63%
B = 69.77%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#501BF7 (or 0x501BF7) is known color: Han Purple. HEX triplet: 50, 1B and F7. RGB value is (80,27,247). Sum of RGB (Red+Green+Blue) = 80+27+247=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 247 (96.88% from 255 or 69.77% from 354); Max value from RGB is 247 - color contains mainly: blue. Hex color #501BF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501BF7 is #AFE408. Grayscale: #434343. Windows color (decimal): -11527177 or 16194384. OLE color: 16194384.

HSL color Cylindrical-coordinate representation of color #501BF7: hue angle of 254.45º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501BF7 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 27 247 -
CMYK 0.68 0.89 0 0.03
HSL 254.45º 0.93% 0.54% -
HSV(B) 254.45º 0.89% 0.97% -
XYZ 20.49 9.2 88.69 -
YUV 67.93 229.06 136.61 -
System Red Green Blue C M Y K H S L
Decimal 80 27 247 0.68 0.89 0 0.03 254.45 0.93 0.54
Hex 50 1B F7 44 59 0 3 FE 5D 36
Octal 120 33 367 104 131 0 3 376 135 66
Binary 1010000 11011 11110111 1000100 1011001 0 11 11111110 1011101 110110

Color Harmonies of #501BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501BF7

Black with #501BF7

Text Example


Text Example

White with #501BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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