#6C108D

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

Shades of Purple #6C108D

Tints of Purple #6C108D

Color information

#6C108D (or 0x6C108D) is unknown color: approx Purple. HEX triplet: 6C, 10 and 8D. RGB value is (108,16,141). Sum of RGB (Red+Green+Blue) = 108+16+141=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C108D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C108D is #93EF72. Grayscale: #393939. Windows color (decimal): -9695091 or 9244780. OLE color: 9244780.

HSL color Cylindrical-coordinate representation of color #6C108D: hue angle of 284.16º degrees, saturation: 0.8, 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 #6C108D is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10816141-
CMYK0.230.8900.45
HSL284.16º79.62%30.78%-
HSV(B)284.16º88.65%55.29%-
XYZ11.185.4825.67-
YUV57.76174.98163.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.75%
GREEN value IS 16 (6.64% from 255) = 6.04%
BLUE value IS 141 (55.47% from 255) = 53.21%
R=40.75%
G=6.04%
B=53.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108161410.230.8900.45284.1679.6230.78
Hex6C108D175902D11c501f
Octal154202152713105543412037
Binary110110010000100011011011110110010101101100011100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C108D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,16,141); }

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

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

 a { background-color: rgb(108,16,141); }

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

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

 span { border-color: rgb(108,16,141); }

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