#6C1085

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

Shades of Purple #6C1085

Tints of Purple #6C1085

Color information

#6C1085 (or 0x6C1085) is unknown color: approx Purple. HEX triplet: 6C, 10 and 85. RGB value is (108,16,133). Sum of RGB (Red+Green+Blue) = 108+16+133=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C1085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1085 is #93EF7A. Grayscale: #383838. Windows color (decimal): -9695099 or 8720492. OLE color: 8720492.

HSL color Cylindrical-coordinate representation of color #6C1085: hue angle of 287.18º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C1085 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10816133-
CMYK0.190.8800.48
HSL287.18º78.52%29.22%-
HSV(B)287.18º87.97%52.16%-
XYZ10.65.2522.65-
YUV56.85170.98164.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.02%
GREEN value IS 16 (6.64% from 255) = 6.23%
BLUE value IS 133 (52.34% from 255) = 51.75%
R=42.02%
G=6.23%
B=51.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108161330.190.8800.48287.1878.5229.22
Hex6C1085135803011f4f1d
Octal154202052313006043711735
Binary110110010000100001011001110110000110000100011111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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