#681176

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

Shades of Purple #681176

Tints of Purple #681176

Color information

#681176 (or 0x681176) is unknown color: approx Purple. HEX triplet: 68, 11 and 76. RGB value is (104,17,118). Sum of RGB (Red+Green+Blue) = 104+17+118=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #681176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681176 is #97EE89. Grayscale: #363636. Windows color (decimal): -9957002 or 7737704. OLE color: 7737704.

HSL color Cylindrical-coordinate representation of color #681176: hue angle of 291.68º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681176 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10417118-
CMYK0.120.8600.54
HSL291.68º74.81%26.47%-
HSV(B)291.68º85.59%46.27%-
XYZ9.184.6517.55-
YUV54.53163.82163.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 17 (7.03% from 255) = 7.11%
BLUE value IS 118 (46.48% from 255) = 49.37%
R=43.51%
G=7.11%
B=49.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104171180.120.8600.54291.6874.8126.47
Hex681176C560361244b1a
Octal150211661412606644411332
Binary1101000100011110110110010101100110110100100100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681176; }

 p { color: rgb(104,17,118); }

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

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

 a { background-color: rgb(104,17,118); }

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

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

 span { border-color: rgb(104,17,118); }

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