#6B1173

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

Shades of Purple #6B1173

Tints of Purple #6B1173

Color information

#6B1173 (or 0x6B1173) is unknown color: approx Purple. HEX triplet: 6B, 11 and 73. RGB value is (107,17,115). Sum of RGB (Red+Green+Blue) = 107+17+115=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B1173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1173 is #94EE8C. Grayscale: #363636. Windows color (decimal): -9760397 or 7541099. OLE color: 7541099.

HSL color Cylindrical-coordinate representation of color #6B1173: hue angle of 295.1º 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 #6B1173 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10717115-
CMYK0.070.8500.55
HSL295.1º74.24%25.88%-
HSV(B)295.1º85.22%45.1%-
XYZ9.364.7616.65-
YUV55.08161.82165.03-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.77%
GREEN value IS 17 (7.03% from 255) = 7.11%
BLUE value IS 115 (45.31% from 255) = 48.12%
R=44.77%
G=7.11%
B=48.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107171150.070.8500.55295.174.2425.88
Hex6B11737550371274a1a
Octal15321163712506744711232
Binary110101110001111001111110101010110111100100111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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