#680778

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

Shades of Purple #680778

Tints of Purple #680778

Color information

#680778 (or 0x680778) is unknown color: approx Purple. HEX triplet: 68, 07 and 78. RGB value is (104,7,120). Sum of RGB (Red+Green+Blue) = 104+7+120=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #680778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680778 is #97F887. Grayscale: #303030. Windows color (decimal): -9959560 or 7866216. OLE color: 7866216.

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

Color convert

RGB1047120-
CMYK0.130.9400.53
HSL291.5º88.98%24.9%-
HSV(B)291.5º94.17%47.06%-
XYZ9.184.4518.14-
YUV48.88168.14167.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.02%
GREEN value IS 7 (3.12% from 255) = 3.03%
BLUE value IS 120 (47.27% from 255) = 51.95%
R=45.02%
G=3.03%
B=51.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10471200.130.9400.53291.588.9824.9
Hex68778D5E0351245919
Octal15071701513606544413131
Binary11010001111111000110110111100110101100100100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680778; }

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

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

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

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

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

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

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

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