#680878

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

Shades of Purple #680878

Tints of Purple #680878

Color information

#680878 (or 0x680878) is unknown color: approx Purple. HEX triplet: 68, 08 and 78. RGB value is (104,8,120). Sum of RGB (Red+Green+Blue) = 104+8+120=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #680878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680878 is #97F787. Grayscale: #313131. Windows color (decimal): -9959304 or 7866472. OLE color: 7866472.

HSL color Cylindrical-coordinate representation of color #680878: hue angle of 291.43º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680878 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1048120-
CMYK0.130.9300.53
HSL291.43º87.5%25.1%-
HSV(B)291.43º93.33%47.06%-
XYZ9.194.4718.15-
YUV49.47167.8166.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 8 (3.52% from 255) = 3.45%
BLUE value IS 120 (47.27% from 255) = 51.72%
R=44.83%
G=3.45%
B=51.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10481200.130.9300.53291.4387.525.1
Hex68878D5D0351235819
Octal150101701513506544313031
Binary110100010001111000110110111010110101100100011101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680878; }

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

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

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

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

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

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

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

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