#6C108C

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

Shades of Purple #6C108C

Tints of Purple #6C108C

Color information

#6C108C (or 0x6C108C) is unknown color: approx Purple. HEX triplet: 6C, 10 and 8C. RGB value is (108,16,140). Sum of RGB (Red+Green+Blue) = 108+16+140=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #6C108C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C108C is #93EF73. Grayscale: #393939. Windows color (decimal): -9695092 or 9179244. OLE color: 9179244.

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

Color convert

RGB10816140-
CMYK0.230.8900.45
HSL284.52º79.49%30.59%-
HSV(B)284.52º88.57%54.9%-
XYZ11.15.4525.28-
YUV57.64174.48163.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.91%
GREEN value IS 16 (6.64% from 255) = 6.06%
BLUE value IS 140 (55.08% from 255) = 53.03%
R=40.91%
G=6.06%
B=53.03%

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
Decimal108161400.230.8900.45284.5279.4930.59
Hex6C108C175902D11d4f1f
Octal154202142713105543511737
Binary110110010000100011001011110110010101101100011101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C108C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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