#680386

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

Shades of Purple #680386

Tints of Purple #680386

Color information

#680386 (or 0x680386) is unknown color: approx Purple. HEX triplet: 68, 03 and 86. RGB value is (104,3,134). Sum of RGB (Red+Green+Blue) = 104+3+134=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #680386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680386 is #97FC79. Grayscale: #2F2F2F. Windows color (decimal): -9960570 or 8782696. OLE color: 8782696.

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

Color convert

RGB1043134-
CMYK0.220.9800.47
HSL286.26º95.62%26.86%-
HSV(B)286.26º97.76%52.55%-
XYZ10.044.7322.94-
YUV48.13176.46167.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 3 (1.56% from 255) = 1.24%
BLUE value IS 134 (52.73% from 255) = 55.60%
R=43.15%
G=1.24%
B=55.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10431340.220.9800.47286.2695.6226.86
Hex68386166202F11e601b
Octal15032062614205743614033
Binary110100011100001101011011000100101111100011110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680386; }

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

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

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

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

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

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

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

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