#501DF4

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

Shades of Han Purple #501DF4

Tints of Han Purple #501DF4

Color information

#501DF4 (or 0x501DF4) is unknown color: approx Han Purple. HEX triplet: 50, 1D and F4. RGB value is (80,29,244). Sum of RGB (Red+Green+Blue) = 80+29+244=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 244 (95.70% from 255 or 69.12% from 353); Max value from RGB is 244 - color contains mainly: blue. Hex color #501DF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501DF4 is #AFE20B. Grayscale: #434343. Windows color (decimal): -11526668 or 15998288. OLE color: 15998288.

HSL color Cylindrical-coordinate representation of color #501DF4: hue angle of 254.23º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501DF4 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8029244-
CMYK0.670.8800.04
HSL254.23º90.72%53.53%-
HSV(B)254.23º88.11%95.69%-
XYZ20.089.1286.29-
YUV68.76226.9136.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 29 (11.72% from 255) = 8.22%
BLUE value IS 244 (95.70% from 255) = 69.12%
R=22.66%
G=8.22%
B=69.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal80292440.670.8800.04254.2390.7253.53
Hex501DF4435804fe5b36
Octal120353641031300437613366
Binary10100001110111110100100001110110000100111111101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,29,244); }

 H1.HeaderClassName
 {
   color: #501DF4;
 }
 .AnyTagClassName
 {
   color: #501DF4;
 }
</style>
background-color css

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

 a { background-color: rgb(80,29,244); }

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

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

 span { border-color: rgb(80,29,244); }

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