#5010FE

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

Shades of Han Purple #5010FE

Tints of Han Purple #5010FE

Color information

#5010FE (or 0x5010FE) is unknown color: approx Han Purple. HEX triplet: 50, 10 and FE. RGB value is (80,16,254). Sum of RGB (Red+Green+Blue) = 80+16+254=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #5010FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5010FE is #AFEF01. Grayscale: #3D3D3D. Windows color (decimal): -11529986 or 16650320. OLE color: 16650320.

HSL color Cylindrical-coordinate representation of color #5010FE: hue angle of 256.13º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5010FE is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB8016254-
CMYK0.690.9400.00
HSL256.13º99.17%52.94%-
HSV(B)256.13º93.7%99.61%-
XYZ21.389.2394.42-
YUV62.27236.2140.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.86%
GREEN value IS 16 (6.64% from 255) = 4.57%
BLUE value IS 254 (99.61% from 255) = 72.57%
R=22.86%
G=4.57%
B=72.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal80162540.690.9400.00256.1399.1752.94
Hex5010FE455E001006335
Octal120203761051360040014365
Binary1010000100001111111010001011011110001000000001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5010FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5010FE; }

 p { color: rgb(80,16,254); }

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

<style>
 a { background-color: #5010FE; }

 a { background-color: rgb(80,16,254); }

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

<style>
 span { border-color: #5010FE; }

 span { border-color: rgb(80,16,254); }

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