#5011FE

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

Shades of Han Purple #5011FE

Tints of Han Purple #5011FE

Color information

#5011FE (or 0x5011FE) is unknown color: approx Han Purple. HEX triplet: 50, 11 and FE. RGB value is (80,17,254). Sum of RGB (Red+Green+Blue) = 80+17+254=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #5011FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5011FE is #AFEE01. Grayscale: #3D3D3D. Windows color (decimal): -11529730 or 16650576. OLE color: 16650576.

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

Color convert

RGB8017254-
CMYK0.690.9300.00
HSL255.95º99.16%53.14%-
HSV(B)255.95º93.31%99.61%-
XYZ21.49.2694.43-
YUV62.86235.87140.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.79%
GREEN value IS 17 (7.03% from 255) = 4.84%
BLUE value IS 254 (99.61% from 255) = 72.36%
R=22.79%
G=4.84%
B=72.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal80172540.690.9300.00255.9599.1653.14
Hex5011FE455D001006335
Octal120213761051350040014365
Binary1010000100011111111010001011011101001000000001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5011FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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