#680980

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

Shades of Purple #680980

Tints of Purple #680980

Color information

#680980 (or 0x680980) is unknown color: approx Purple. HEX triplet: 68, 09 and 80. RGB value is (104,9,128). Sum of RGB (Red+Green+Blue) = 104+9+128=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #680980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680980 is #97F67F. Grayscale: #323232. Windows color (decimal): -9959040 or 8391016. OLE color: 8391016.

HSL color Cylindrical-coordinate representation of color #680980: hue angle of 287.9º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680980 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1049128-
CMYK0.190.9300.50
HSL287.9º86.86%26.86%-
HSV(B)287.9º92.97%50.2%-
XYZ9.74.720.82-
YUV50.97171.47165.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 9 (3.91% from 255) = 3.73%
BLUE value IS 128 (50.39% from 255) = 53.11%
R=43.15%
G=3.73%
B=53.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10491280.190.9300.50287.986.8626.86
Hex68980135D032120571b
Octal150112002313506244012733
Binary11010001001100000001001110111010110010100100000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680980; }

 p { color: rgb(104,9,128); }

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

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

 a { background-color: rgb(104,9,128); }

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

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

 span { border-color: rgb(104,9,128); }

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