#680B82

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

Shades of Purple #680B82

Tints of Purple #680B82

Color information

#680B82 (or 0x680B82) is unknown color: approx Purple. HEX triplet: 68, 0B and 82. RGB value is (104,11,130). Sum of RGB (Red+Green+Blue) = 104+11+130=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #680B82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680B82 is #97F47D. Grayscale: #333333. Windows color (decimal): -9958526 or 8522600. OLE color: 8522600.

HSL color Cylindrical-coordinate representation of color #680B82: hue angle of 286.89º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680B82 is Cyan = 0.2, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10411130-
CMYK0.20.9200.49
HSL286.89º84.4%27.65%-
HSV(B)286.89º91.54%50.98%-
XYZ9.864.7921.52-
YUV52.37171.81164.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 11 (4.69% from 255) = 4.49%
BLUE value IS 130 (51.17% from 255) = 53.06%
R=42.45%
G=4.49%
B=53.06%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104111300.20.9200.49286.8984.427.65
Hex68B82145C03111f541c
Octal150132022413406143712434
Binary11010001011100000101010010111000110001100011111101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680B82; }

 p { color: rgb(104,11,130); }

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

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

 a { background-color: rgb(104,11,130); }

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

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

 span { border-color: rgb(104,11,130); }

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