#681179

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

Shades of Purple #681179

Tints of Purple #681179

Color information

#681179 (or 0x681179) is unknown color: approx Purple. HEX triplet: 68, 11 and 79. RGB value is (104,17,121). Sum of RGB (Red+Green+Blue) = 104+17+121=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #681179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681179 is #97EE86. Grayscale: #363636. Windows color (decimal): -9956999 or 7934312. OLE color: 7934312.

HSL color Cylindrical-coordinate representation of color #681179: hue angle of 290.19º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681179 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10417121-
CMYK0.140.8600.53
HSL290.19º75.36%27.06%-
HSV(B)290.19º85.95%47.45%-
XYZ9.364.7218.51-
YUV54.87165.32163.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.98%
GREEN value IS 17 (7.03% from 255) = 7.02%
BLUE value IS 121 (47.66% from 255) = 50%
R=42.98%
G=7.02%
B=50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104171210.140.8600.53290.1975.3627.06
Hex681179E560351224b1b
Octal150211711612606544211333
Binary1101000100011111001111010101100110101100100010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681179; }

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

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

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

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

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

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

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

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