#5108EF

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

Shades of Han Purple #5108EF

Tints of Han Purple #5108EF

Color information

#5108EF (or 0x5108EF) is unknown color: approx Han Purple. HEX triplet: 51, 08 and EF. RGB value is (81,8,239). Sum of RGB (Red+Green+Blue) = 81+8+239=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #5108EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5108EF is #AEF710. Grayscale: #373737. Windows color (decimal): -11466513 or 15665233. OLE color: 15665233.

HSL color Cylindrical-coordinate representation of color #5108EF: hue angle of 258.96º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5108EF is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB818239-
CMYK0.660.9700.06
HSL258.96º93.52%48.43%-
HSV(B)258.96º96.65%93.73%-
XYZ19.068.1582.23-
YUV56.16231.18145.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.70%
GREEN value IS 8 (3.52% from 255) = 2.44%
BLUE value IS 239 (93.75% from 255) = 72.87%
R=24.70%
G=2.44%
B=72.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal8182390.660.9700.06258.9693.5248.43
Hex518EF4261061035e30
Octal121103571021410640313660
Binary10100011000111011111000010110000101101000000111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5108EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5108EF; }

 p { color: rgb(81,8,239); }

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

<style>
 a { background-color: #5108EF; }

 a { background-color: rgb(81,8,239); }

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

<style>
 span { border-color: #5108EF; }

 span { border-color: rgb(81,8,239); }

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