Html Css Color HEX #501BFE Han Purple

📋 copy color: '#501BFE'

red 80 ◦ green 27 ◦ blue 254

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

Shades of Han Purple #501BFE

Tints of Han Purple #501BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 70.36%

R = 22.16%
G = 7.48%
B = 70.36%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#501BFE (or 0x501BFE) is known color: Han Purple. HEX triplet: 50, 1B and FE. RGB value is (80,27,254). Sum of RGB (Red+Green+Blue) = 80+27+254=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #501BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501BFE is #AFE401. Grayscale: #434343. Windows color (decimal): -11527170 or 16653136. OLE color: 16653136.

HSL color Cylindrical-coordinate representation of color #501BFE: hue angle of 254.01º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501BFE is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 27 254 -
CMYK 0.69 0.89 0 0.00
HSL 254.01º 0.99% 0.55% -
HSV(B) 254.01º 0.89% 1% -
XYZ 21.59 9.65 94.49 -
YUV 68.73 232.56 136.04 -
System Red Green Blue C M Y K H S L
Decimal 80 27 254 0.69 0.89 0 0.00 254.01 0.99 0.55
Hex 50 1B FE 45 59 0 0 FE 63 37
Octal 120 33 376 105 131 0 0 376 143 67
Binary 1010000 11011 11111110 1000101 1011001 0 0 11111110 1100011 110111

Color Harmonies of #501BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501BFE

Black with #501BFE

Text Example


Text Example

White with #501BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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