#5411EE

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

Shades of Han Purple #5411EE

Tints of Han Purple #5411EE

Color information

#5411EE (or 0x5411EE) is unknown color: approx Han Purple. HEX triplet: 54, 11 and EE. RGB value is (84,17,238). Sum of RGB (Red+Green+Blue) = 84+17+238=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #5411EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5411EE is #ABEE11. Grayscale: #3D3D3D. Windows color (decimal): -11267602 or 15602004. OLE color: 15602004.

HSL color Cylindrical-coordinate representation of color #5411EE: hue angle of 258.19º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5411EE is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8417238-
CMYK0.650.9300.07
HSL258.19º86.67%50%-
HSV(B)258.19º92.86%93.33%-
XYZ19.298.4681.5-
YUV62.23227.2143.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.78%
GREEN value IS 17 (7.03% from 255) = 5.01%
BLUE value IS 238 (93.36% from 255) = 70.21%
R=24.78%
G=5.01%
B=70.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal84172380.650.9300.07258.1986.6750
Hex5411EE415D071025732
Octal124213561011350740212762
Binary101010010001111011101000001101110101111000000101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5411EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5411EE; }

 p { color: rgb(84,17,238); }

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

<style>
 a { background-color: #5411EE; }

 a { background-color: rgb(84,17,238); }

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

<style>
 span { border-color: #5411EE; }

 span { border-color: rgb(84,17,238); }

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