#681178

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

Shades of Purple #681178

Tints of Purple #681178

Color information

#681178 (or 0x681178) is unknown color: approx Purple. HEX triplet: 68, 11 and 78. RGB value is (104,17,120). Sum of RGB (Red+Green+Blue) = 104+17+120=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #681178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681178 is #97EE87. Grayscale: #363636. Windows color (decimal): -9957000 or 7868776. OLE color: 7868776.

HSL color Cylindrical-coordinate representation of color #681178: hue angle of 290.68º 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 #681178 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10417120-
CMYK0.130.8600.53
HSL290.68º75.18%26.86%-
HSV(B)290.68º85.83%47.06%-
XYZ9.34.718.19-
YUV54.76164.82163.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 17 (7.03% from 255) = 7.05%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=43.15%
G=7.05%
B=49.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104171200.130.8600.53290.6875.1826.86
Hex681178D560351234b1b
Octal150211701512606544311333
Binary1101000100011111000110110101100110101100100011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681178; }

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

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

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

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

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

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

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

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