#5004F1

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

Shades of Han Purple #5004F1

Tints of Han Purple #5004F1

Color information

#5004F1 (or 0x5004F1) is unknown color: approx Han Purple. HEX triplet: 50, 04 and F1. RGB value is (80,4,241). Sum of RGB (Red+Green+Blue) = 80+4+241=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 241 (94.53% from 255 or 74.15% from 325); Max value from RGB is 241 - color contains mainly: blue. Hex color #5004F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5004F1 is #AFFB0E. Grayscale: #343434. Windows color (decimal): -11533071 or 15795280. OLE color: 15795280.

HSL color Cylindrical-coordinate representation of color #5004F1: hue angle of 259.24º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5004F1 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB804241-
CMYK0.670.9800.05
HSL259.24º96.73%48.04%-
HSV(B)259.24º98.34%94.51%-
XYZ19.238.1483.78-
YUV53.74233.68146.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.62%
GREEN value IS 4 (1.95% from 255) = 1.23%
BLUE value IS 241 (94.53% from 255) = 74.15%
R=24.62%
G=1.23%
B=74.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal8042410.670.9800.05259.2496.7348.04
Hex504F14362051036130
Octal12043611031420540314160
Binary1010000100111100011000011110001001011000000111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5004F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5004F1; }

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

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

<style>
 a { background-color: #5004F1; }

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

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

<style>
 span { border-color: #5004F1; }

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

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