#680981

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

Shades of Purple #680981

Tints of Purple #680981

Color information

#680981 (or 0x680981) is unknown color: approx Purple. HEX triplet: 68, 09 and 81. RGB value is (104,9,129). Sum of RGB (Red+Green+Blue) = 104+9+129=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 129 (50.78% from 255 or 53.31% from 242); Max value from RGB is 129 - color contains mainly: blue. Hex color #680981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680981 is #97F67E. Grayscale: #323232. Windows color (decimal): -9959039 or 8456552. OLE color: 8456552.

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

Color convert

RGB1049129-
CMYK0.190.9300.49
HSL287.5º86.96%27.06%-
HSV(B)287.5º93.02%50.59%-
XYZ9.774.7221.17-
YUV51.08171.97165.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.98%
GREEN value IS 9 (3.91% from 255) = 3.72%
BLUE value IS 129 (50.78% from 255) = 53.31%
R=42.98%
G=3.72%
B=53.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10491290.190.9300.49287.586.9627.06
Hex68981135D031120571b
Octal150112012313506144012733
Binary11010001001100000011001110111010110001100100000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680981; }

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

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

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

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

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

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

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

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