#5108DF

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

Shades of Han Purple #5108DF

Tints of Han Purple #5108DF

Color information

#5108DF (or 0x5108DF) is unknown color: approx Han Purple. HEX triplet: 51, 08 and DF. RGB value is (81,8,223). Sum of RGB (Red+Green+Blue) = 81+8+223=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #5108DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5108DF is #AEF720. Grayscale: #353535. Windows color (decimal): -11466529 or 14616657. OLE color: 14616657.

HSL color Cylindrical-coordinate representation of color #5108DF: hue angle of 260.37º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5108DF is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB818223-
CMYK0.640.9600.13
HSL260.37º93.07%45.29%-
HSV(B)260.37º96.41%87.45%-
XYZ16.87.2570.33-
YUV54.34223.18147.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.96%
GREEN value IS 8 (3.52% from 255) = 2.56%
BLUE value IS 223 (87.5% from 255) = 71.47%
R=25.96%
G=2.56%
B=71.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal8182230.640.9600.13260.3793.0745.29
Hex518DF40600D1045d2d
Octal1211033710014001540413555
Binary101000110001101111110000001100000011011000001001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5108DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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