#680186

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

Shades of Purple #680186

Tints of Purple #680186

Color information

#680186 (or 0x680186) is unknown color: approx Purple. HEX triplet: 68, 01 and 86. RGB value is (104,1,134). Sum of RGB (Red+Green+Blue) = 104+1+134=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #680186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680186 is #97FE79. Grayscale: #2E2E2E. Windows color (decimal): -9961082 or 8782184. OLE color: 8782184.

HSL color Cylindrical-coordinate representation of color #680186: hue angle of 286.47º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680186 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1041134-
CMYK0.220.9900.47
HSL286.47º98.52%26.47%-
HSV(B)286.47º99.25%52.55%-
XYZ10.024.6922.93-
YUV46.96177.12168.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 134 (52.73% from 255) = 56.07%
R=43.51%
G=0.42%
B=56.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10411340.220.9900.47286.4798.5226.47
Hex68186166302F11e631a
Octal15012062614305743614332
Binary11010001100001101011011000110101111100011110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680186; }

 p { color: rgb(104,1,134); }

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

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

 a { background-color: rgb(104,1,134); }

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

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

 span { border-color: rgb(104,1,134); }

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