#5001E2

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

Shades of Han Purple #5001E2

Tints of Han Purple #5001E2

Color information

#5001E2 (or 0x5001E2) is unknown color: approx Han Purple. HEX triplet: 50, 01 and E2. RGB value is (80,1,226). Sum of RGB (Red+Green+Blue) = 80+1+226=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 226 (88.67% from 255 or 73.62% from 307); Max value from RGB is 226 - color contains mainly: blue. Hex color #5001E2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5001E2 is #AFFE1D. Grayscale: #313131. Windows color (decimal): -11533854 or 14811472. OLE color: 14811472.

HSL color Cylindrical-coordinate representation of color #5001E2: hue angle of 261.07º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5001E2 is Cyan = 0.65, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB801226-
CMYK0.651.0000.11
HSL261.07º99.12%44.51%-
HSV(B)261.07º99.56%88.63%-
XYZ17.057.2272.45-
YUV50.27227.17149.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 226 (88.67% from 255) = 73.62%
R=26.06%
G=0.33%
B=73.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal8012260.651.0000.11261.0799.1244.51
Hex501E241640B105632d
Octal120134210114401340514355
Binary101000011110001010000011100100010111000001011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5001E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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