#5001F2

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

Shades of Han Purple #5001F2

Tints of Han Purple #5001F2

Color information

#5001F2 (or 0x5001F2) is unknown color: approx Han Purple. HEX triplet: 50, 01 and F2. RGB value is (80,1,242). Sum of RGB (Red+Green+Blue) = 80+1+242=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 242 (94.92% from 255 or 74.92% from 323); Max value from RGB is 242 - color contains mainly: blue. Hex color #5001F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5001F2 is #AFFE0D. Grayscale: #333333. Windows color (decimal): -11533838 or 15860048. OLE color: 15860048.

HSL color Cylindrical-coordinate representation of color #5001F2: hue angle of 259.67º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5001F2 is Cyan = 0.67, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB801242-
CMYK0.671.0000.05
HSL259.67º99.18%47.65%-
HSV(B)259.67º99.59%94.9%-
XYZ19.358.1484.56-
YUV52.1235.17147.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 242 (94.92% from 255) = 74.92%
R=24.77%
G=0.31%
B=74.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal8012420.671.0000.05259.6799.1847.65
Hex501F24364051046330
Octal12013621031440540414360
Binary10100001111100101000011110010001011000001001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5001F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5001F2; }

 p { color: rgb(80,1,242); }

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

<style>
 a { background-color: #5001F2; }

 a { background-color: rgb(80,1,242); }

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

<style>
 span { border-color: #5001F2; }

 span { border-color: rgb(80,1,242); }

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