#6C016D

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

Shades of Purple #6C016D

Tints of Purple #6C016D

Color information

#6C016D (or 0x6C016D) is unknown color: approx Purple. HEX triplet: 6C, 01 and 6D. RGB value is (108,1,109). Sum of RGB (Red+Green+Blue) = 108+1+109=218 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.54% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C016D is #93FE92. Grayscale: #2C2C2C. Windows color (decimal): -9698963 or 7143788. OLE color: 7143788.

HSL color Cylindrical-coordinate representation of color #6C016D: hue angle of 299.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C016D is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1081109-
CMYK0.010.9900.57
HSL299.44º98.18%21.57%-
HSV(B)299.44º99.08%42.75%-
XYZ8.964.3114.83-
YUV45.31163.95172.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.54%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 109 (42.97% from 255) = 50%
R=49.54%
G=0.46%
B=50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10811090.010.9900.57299.4498.1821.57
Hex6C16D16303912b6216
Octal1541155114307145314226
Binary110110011101101111000110111001100101011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C016D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,1,109); }

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

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

 a { background-color: rgb(108,1,109); }

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

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

 span { border-color: rgb(108,1,109); }

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