#501CF1

Color #501CF1 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #501CF1

Tints of Han Purple #501CF1

Color information

#501CF1 (or 0x501CF1) is unknown color: approx 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

RGB8028241-
CMYK0.670.8800.05
HSL254.65º88.38%52.75%-
HSV(B)254.65º88.38%94.51%-
XYZ19.68.8983.9-
YUV67.83225.73136.68-

RGB Variations

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

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 (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal80282410.670.8800.05254.6588.3852.75
Hex501CF1435805ff5835
Octal120343611031300537713065
Binary10100001110011110001100001110110000101111111111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>