#6E108B

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

Shades of Purple #6E108B

Tints of Purple #6E108B

Color information

#6E108B (or 0x6E108B) is unknown color: approx Purple. HEX triplet: 6E, 10 and 8B. RGB value is (110,16,139). Sum of RGB (Red+Green+Blue) = 110+16+139=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E108B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E108B is #91EF74. Grayscale: #393939. Windows color (decimal): -9564021 or 9113710. OLE color: 9113710.

HSL color Cylindrical-coordinate representation of color #6E108B: hue angle of 285.85º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E108B is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11016139-
CMYK0.210.8800.45
HSL285.85º79.35%30.39%-
HSV(B)285.85º88.49%54.51%-
XYZ11.285.5524.9-
YUV58.13173.64165-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.51%
GREEN value IS 16 (6.64% from 255) = 6.04%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=41.51%
G=6.04%
B=52.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal110161390.210.8800.45285.8579.3530.39
Hex6E108B155802D11e4f1e
Octal156202132513005543611736
Binary110111010000100010111010110110000101101100011110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E108B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E108B; }

 p { color: rgb(110,16,139); }

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

<style>
 a { background-color: #6E108B; }

 a { background-color: rgb(110,16,139); }

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

<style>
 span { border-color: #6E108B; }

 span { border-color: rgb(110,16,139); }

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