#5118EB

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

Shades of Han Purple #5118EB

Tints of Han Purple #5118EB

Color information

#5118EB (or 0x5118EB) is unknown color: approx Han Purple. HEX triplet: 51, 18 and EB. RGB value is (81,24,235). Sum of RGB (Red+Green+Blue) = 81+24+235=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 235 (92.19% from 255 or 69.12% from 340); Max value from RGB is 235 - color contains mainly: blue. Hex color #5118EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5118EB is #AEE714. Grayscale: #404040. Windows color (decimal): -11462421 or 15407185. OLE color: 15407185.

HSL color Cylindrical-coordinate representation of color #5118EB: hue angle of 256.21º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5118EB is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8124235-
CMYK0.660.9000.08
HSL256.21º84.06%50.78%-
HSV(B)256.21º89.79%92.16%-
XYZ18.728.479.23-
YUV65.1223.88139.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 24 (9.77% from 255) = 7.06%
BLUE value IS 235 (92.19% from 255) = 69.12%
R=23.82%
G=7.06%
B=69.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal81242350.660.9000.08256.2184.0650.78
Hex5118EB425A081005433
Octal1213035310213201040012463
Binary1010001110001110101110000101011010010001000000001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5118EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5118EB; }

 p { color: rgb(81,24,235); }

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

<style>
 a { background-color: #5118EB; }

 a { background-color: rgb(81,24,235); }

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

<style>
 span { border-color: #5118EB; }

 span { border-color: rgb(81,24,235); }

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