#6D108C

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

Shades of Purple #6D108C

Tints of Purple #6D108C

Color information

#6D108C (or 0x6D108C) is unknown color: approx Purple. HEX triplet: 6D, 10 and 8C. RGB value is (109,16,140). Sum of RGB (Red+Green+Blue) = 109+16+140=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D108C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D108C is #92EF73. Grayscale: #393939. Windows color (decimal): -9629556 or 9179245. OLE color: 9179245.

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

Color convert

RGB10916140-
CMYK0.220.8900.45
HSL285º79.49%30.59%-
HSV(B)285º88.57%54.9%-
XYZ11.235.5225.28-
YUV57.94174.31164.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.13%
GREEN value IS 16 (6.64% from 255) = 6.04%
BLUE value IS 140 (55.08% from 255) = 52.83%
R=41.13%
G=6.04%
B=52.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109161400.220.8900.4528579.4930.59
Hex6D108C165902D11d4f1f
Octal155202142613105543511737
Binary110110110000100011001011010110010101101100011101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D108C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,16,140); }

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

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

 a { background-color: rgb(109,16,140); }

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

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

 span { border-color: rgb(109,16,140); }

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