#6C1173

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

Shades of Purple #6C1173

Tints of Purple #6C1173

Color information

#6C1173 (or 0x6C1173) is unknown color: approx Purple. HEX triplet: 6C, 11 and 73. RGB value is (108,17,115). Sum of RGB (Red+Green+Blue) = 108+17+115=240 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #6C1173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1173 is #93EE8C. Grayscale: #373737. Windows color (decimal): -9694861 or 7541100. OLE color: 7541100.

HSL color Cylindrical-coordinate representation of color #6C1173: hue angle of 295.71º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C1173 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10817115-
CMYK0.060.8500.55
HSL295.71º74.24%25.88%-
HSV(B)295.71º85.22%45.1%-
XYZ9.484.8316.65-
YUV55.38161.65165.53-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45%
GREEN value IS 17 (7.03% from 255) = 7.08%
BLUE value IS 115 (45.31% from 255) = 47.92%
R=45%
G=7.08%
B=47.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108171150.060.8500.55295.7174.2425.88
Hex6C11736550371284a1a
Octal15421163612506745011232
Binary110110010001111001111010101010110111100101000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,17,115); }

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

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

 a { background-color: rgb(108,17,115); }

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

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

 span { border-color: rgb(108,17,115); }

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