Html Css Color HEX #501CF1 Han Purple

📋 copy color: '#501CF1'

red 80 ◦ green 28 ◦ blue 241

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

Shades of Han Purple #501CF1

Tints of Han Purple #501CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 69.05%

R = 22.92%
G = 8.02%
B = 69.05%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#501CF1 (or 0x501CF1) is known color: Han Purple. HEX triplet: 50, 1C and F1. RGB value is (80,28,241). Sum of RGB (Red+Green+Blue) = 80+28+241=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 241 (94.53% from 255 or 69.05% from 349); Max value from RGB is 241 - color contains mainly: blue. Hex color #501CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501CF1 is #AFE30E. Grayscale: #434343. Windows color (decimal): -11526927 or 15801424. OLE color: 15801424.

HSL color Cylindrical-coordinate representation of color #501CF1: hue angle of 254.65º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501CF1 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 28 241 -
CMYK 0.67 0.88 0 0.05
HSL 254.65º 0.88% 0.53% -
HSV(B) 254.65º 0.88% 0.95% -
XYZ 19.6 8.89 83.9 -
YUV 67.83 225.73 136.68 -
System Red Green Blue C M Y K H S L
Decimal 80 28 241 0.67 0.88 0 0.05 254.65 0.88 0.53
Hex 50 1C F1 43 58 0 5 FF 58 35
Octal 120 34 361 103 130 0 5 377 130 65
Binary 1010000 11100 11110001 1000011 1011000 0 101 11111111 1011000 110101

Color Harmonies of #501CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501CF1

Black with #501CF1

Text Example


Text Example

White with #501CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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